Initial support for AVX-512{VL,BW,DQ}
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vpsllwi-2.c
bloba4b03ee02e37c580208b42dcfa075808eed1881b
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-vpsllwi-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-vpsllwi-2.c"