2 /* { dg-require-effective-target avx } */
3 /* { dg-options "-O2 -mavx" } */
14 s1
.x
= _mm256_set_ps (134.3, 1234.54, 45.335, 646.456, 43.54, 473.34, 78, 89.54);
15 u
.x
= _mm256_movehdup_ps (s1
.x
);
17 for (i
= 0; i
< 4; i
++)
18 e
[2*i
] = e
[2*i
+1] = s1
.a
[2*i
+1];
20 if (check_union256 (u
, e
))