2 /* { dg-options "-mavx512f -O2" } */
3 /* { dg-require-effective-target avx512f } */
5 #include "avx512f-check.h"
12 s
.x
= _mm512_set_epi64 (39578, -429496, 7856, 0, 85632, -1234, 47563, -1);
13 _mm512_stream_si512 (&res
.x
, s
.x
);
15 if (check_union512i_q (s
, res
.a
))