summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/avx2intrin.h
Commit message (Expand)AuthorAgeFilesLines
* Patched clang to emit x86 blends as shufflevectors.Filipe Cabecinhas2014-05-131-3/+31
* Fix argument types of some AVX2 intrinsics.Eli Friedman2013-09-231-8/+8
* Fix the name and the type of the argument for intriniscJuergen Ributzka2013-08-171-2/+2
* Add missing include guards into headers in lib/Headers. While it may appearRichard Smith2013-07-141-0/+5
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-161-192/+192
* X86: add more GATHER intrinsics in ClangManman Ren2012-06-291-0/+112
* X86: add more GATHER intrinsics in ClangManman Ren2012-06-291-6/+70
* X86: add GATHER intrinsics (AVX2) in ClangManman Ren2012-06-261-0/+64
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-171-5/+1
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+6
* Correctly check argument types for some vector macros in smmintrin.h. Put par...Craig Topper2012-03-301-1/+1
* Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builti...Craig Topper2012-02-081-1/+5
* Add last of the AVX2 intrinsics except for gather.Craig Topper2011-12-241-4/+121
* Add AVX2 permute intrinsics. Also add parentheses on some macro arguments in ...Craig Topper2011-12-241-2/+76
* Add AVX2 intrinsics for FP vbroadcast, vbroadcasti128, and vpblendd.Craig Topper2011-12-241-0/+40
* Intrinsics for AVX2 unpack instructions.Craig Topper2011-12-241-0/+48
* More AVX2 intrinsics for shift, psign, some shuffles, and psadbw.Craig Topper2011-12-241-0/+170
* Add AVX2 multiply intrinsics.Craig Topper2011-12-231-0/+42
* Add AVX2 intrinsics for max, min, sign extend, and zero extend.Craig Topper2011-12-221-0/+150
* Add a few more AVX2 intrinsics and fix the type strings on a couple SSE intri...Craig Topper2011-12-211-0/+12
* Add AVX2 horizontal add/sub intrinsics.Craig Topper2011-12-211-0/+36
* Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unne...Craig Topper2011-12-201-0/+72
* Add AVX2 intrinsics for and, andn, or, and xor.Craig Topper2011-12-191-0/+23
* More AVX2 intrinsic support including saturating add/sub and palignr.Craig Topper2011-12-191-0/+54
* Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used...Craig Topper2011-12-191-0/+119
OpenPOWER on IntegriCloud