PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vcompressps-2.c
blob22f21a36b4230b377825dd1f1b479ce48e21d354
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-vcompressps-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-vcompressps-2.c"