]> granicus.if.org Git - clang/commit
[X86] Make _mm256_gf2p8mul_epi8 require avx features since its 256 bits.
authorCraig Topper <craig.topper@intel.com>
Mon, 7 May 2018 21:47:11 +0000 (21:47 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 7 May 2018 21:47:11 +0000 (21:47 +0000)
commitabed0ba4095992298579b6f796b25b57d329691c
treeba3340f43aef55b8cae4be60eb9fe6988197e4b9
parentb226f6bedd59bd25c33280a1eccf447ab03c700b
[X86] Make _mm256_gf2p8mul_epi8 require avx features since its 256 bits.

Without this we throw an error on the header file instead of the user code when the right features aren't enabled in clang.

Rename the other DEFAULT_FN_ATTRS defines to _Z for 512-bit since I used _Y for this case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/gfniintrin.h