1 /* PR tree-optimization/88464 */
2 /* { dg-do run { target { avx512vl } } } */
3 /* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -mtune=skylake-avx512" } */
4
5 #define AVX512VL
6 #define AVX512F_LEN 512
7 #define AVX512F_LEN_HALF 256
8
9 #include "avx512f-pr88464-2.c"
10
11 static void
12 test_256 (void)
13 {
14 avx512f_test ();
15 }
16
17 static void
18 test_128 (void)
19 {
20 }