2 /* { dg-require-effective-target avx } */
3 /* { dg-options "-O2 -mavx" } */
8 __attribute__((noinline
))
11 return _mm256_set_ps (v
[7], v
[6], v
[5], v
[4],
12 v
[3], v
[2], v
[1], v
[0]);
18 float v
[8] = { -3, 2, 1, 9, 23, -173, -13, 69 };
22 if (check_union256 (u
, v
))