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