summaryrefslogtreecommitdiffstats
path: root/lib/Headers/avx512dqintrin.h
Commit message (Expand)AuthorAgeFilesLines
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-49/+46
* [AVX-512] Remove masked vector insert builtins and replace with native shuffl...Craig Topper2016-11-011-54/+80
* [AVX-512] Remove masked vector extract builtins and replace with native shuff...Craig Topper2016-10-311-42/+52
* [AVX-512] Remove masked integer mullo builtins and replace with native IR.Craig Topper2016-09-031-11/+8
* [AVX-512] Implement masked floating point logical operations with native IR a...Craig Topper2016-08-311-101/+77
* [X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd to IRLama Saba2016-08-101-10/+2
* [Clang][Intrinsics][AVX512][BuiltIn] adding intrinsics for vrangesd instructi...Michael Zuckerman2016-06-301-0/+12
* [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}Michael Zuckerman2016-06-081-0/+42
* [AVX512] Reformat macro intrinsics, ensure arguments have proper typecasts, e...Craig Topper2016-06-081-75/+71
* [clang][AVX512][Intrinsics] Adding intrinsics reduce_[round]_{ss|sd} to clangMichael Zuckerman2016-06-071-0/+72
* [X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefin...Craig Topper2016-06-041-7/+7
* [AVX512] Remove space in -1 constants. NFCCraig Topper2016-06-041-6/+6
* [AVX512] Add parentheses around macro arguments in AVX512DQ intrinsics. Remov...Craig Topper2016-05-171-403/+445
* [AVX512] Add intrinsics for 512-bit insertf32x8/insertf32x4/inserti32x4.Craig Topper2016-05-151-0/+24
* [Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} vfpclass{pd|ps}...Michael Zuckerman2016-04-251-0/+39
* [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSE...Michael Zuckerman2016-04-191-0/+156
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-131-0/+145
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-131-0/+25
* re-apply r.247881Asaf Badouh2015-09-171-0/+536
* revert r.247881 due to tests failuresAsaf Badouh2015-09-171-536/+0
* [X86][AVX512DQ] add new intrinsicsAsaf Badouh2015-09-171-0/+536
* [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTRMichael Kuperstein2015-06-301-29/+29
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-171-1/+1
* Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher2015-06-171-27/+32
* AVX-512: Added AVX-512 intrinsics and testsElena Demikhovsky2015-04-301-0/+237