PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vpmaddhuq-2.c
blobb33259035f7852b8264181b72e8c13a2d8de1d06
1 /* { dg-do run } */
2 /* { dg-options "-O2 -mavx512ifma -mavx512vl" } */
3 /* { dg-require-effective-target avx512vl } */
4 /* { dg-require-effective-target avx512ifma } */
6 #define AVX512VL
7 #define AVX512F_LEN 256
8 #define AVX512F_LEN_HALF 128
9 #include "avx512ifma-vpmaddhuq-2.c"
11 #undef AVX512F_LEN
12 #undef AVX512F_LEN_HALF
14 #define AVX512F_LEN 128
15 #define AVX512F_LEN_HALF 128
16 #include "avx512ifma-vpmaddhuq-2.c"