PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vpclmulqdq-2.c
blob61288a00307ced93ab1bebc4ca2efd78bf71dcba
1 /* { dg-do run } */
2 /* { dg-options "-O2 -mavx512bw -mavx512vl -mvpclmulqdq" } */
3 /* { dg-require-effective-target avx512vl } */
4 /* { dg-require-effective-target avx512bw } */
5 /* { dg-require-effective-target vpclmulqdq } */
7 #define AVX512VL
8 #define AVX512F_LEN 256
9 #define AVX512F_LEN_HALF 128
10 #include "avx512f-vpclmulqdq-2.c"
12 #undef AVX512F_LEN
13 #undef AVX512F_LEN_HALF
15 #define AVX512F_LEN 128
16 #define AVX512F_LEN_HALF 128
17 #include "avx512f-vpclmulqdq-2.c"