Initial support for AVX-512{VL,BW,DQ}
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vpermw-2.c
blob2f01064ecfc3f4c951c5aab3aa3c99c24c410501
1 /* { dg-do run } */
2 /* { dg-options "-O2 -mavx512bw -mavx512vl -DAVX512VL" } */
3 /* { dg-require-effective-target avx512vl } */
5 #define AVX512F_LEN 256
6 #define AVX512F_LEN_HALF 128
7 #include "avx512bw-vpermw-2.c"
9 #undef AVX512F_LEN
10 #undef AVX512F_LEN_HALF
12 #define AVX512F_LEN 128
13 #define AVX512F_LEN_HALF 128
14 #include "avx512bw-vpermw-2.c"