PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vprorq-2.c
blobc2be2593b7d31d55d30256f6188c531a5e515c1f
1 /* { dg-do run } */
2 /* { dg-options "-O2 -mavx512vl" } */
3 /* { dg-require-effective-target avx512vl } */
5 #define AVX512VL
6 #define AVX512F_LEN 256
7 #define AVX512F_LEN_HALF 128
8 #include "avx512f-vprorq-2.c"
10 #undef AVX512F_LEN
11 #undef AVX512F_LEN_HALF
13 #define AVX512F_LEN 128
14 #define AVX512F_LEN_HALF 128
15 #include "avx512f-vprorq-2.c"