]> granicus.if.org Git - clang/commit
[X86] Added _mm256_bslli_epi128 and _mm256_bsrli_epi128.
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 19 May 2015 13:05:46 +0000 (13:05 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 19 May 2015 13:05:46 +0000 (13:05 +0000)
commit4b21f7c9e19ee4bd4ccbee5a6f757174a4e73489
treee4f5272c0ab9ebd68549b27452432504ea7c244d
parent8db3eab2a3f9cf13c2ef341ceaf5ca52ef76ff06
[X86] Added _mm256_bslli_epi128 and _mm256_bsrli_epi128.

These two intrinsics are alternative names for _mm256_slli_si256 and _mm256_srli_si256, respectively.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237693 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/avx2intrin.h
test/CodeGen/avx2-builtins.c