Stop only if there aren't any usable algorithms
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512vl-vfixupimmpd-2.c
blob13153e352e9b24d0a785a6c7b954648d9dd04eac
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-vfixupimmpd-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-vfixupimmpd-2.c"