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