2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vpexpandw-2.c
blob2c1e00457cc45c3d4a0cefe504ef01822d8d9ccf
1 /* { dg-do run } */
2 /* { dg-options "-O2 -mavx512vl -mavx512vbmi2 -mavx512bw" } */
3 /* { dg-require-effective-target avx512vl } */
4 /* { dg-require-effective-target avx512vbmi2 } */
6 #define AVX512VL
7 #define AVX512F_LEN 256
8 #define AVX512F_LEN_HALF 128
9 #include "avx512f-vpexpandw-2.c"
11 #undef AVX512F_LEN
12 #undef AVX512F_LEN_HALF
14 #define AVX512F_LEN 128
15 #define AVX512F_LEN_HALF 128
16 #include "avx512f-vpexpandw-2.c"