2 /* { dg-require-effective-target avx } */
3 /* { dg-options "-O2 -mavx" } */
8 __attribute__((noinline
, unused
))
9 test (double *e
, __m256d a
)
11 return _mm256_storeu_pd (e
, a
);
20 u
.x
= _mm256_set_pd (39578.467285, 7856.342941, 85632.783567, 47563.234215);
24 if (check_union256d (u
, e
))