2 /* { dg-options "-O2 -mavx512f" } */
3 /* { dg-require-effective-target avx512f } */
5 #include "avx512f-check.h"
8 __attribute__ ((noinline
))
11 return _mm512_set_epi32 (x
, x
, x
, x
, x
, x
, x
, x
,
12 x
, x
, x
, x
, x
, x
, x
, x
);
16 __attribute__ ((noinline
))
19 return _mm512_setr_epi32 (x
, x
, x
, x
, x
, x
, x
, x
,
20 x
, x
, x
, x
, x
, x
, x
, x
);
31 for (i
= 0; i
< 16; i
++)
36 if (check_union512i_d (res
, v
))
39 res
.x
= _mm512_setzero_si512 ();
43 if (check_union512i_d (res
, v
))