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