2 /* { dg-options "-O2 -mavx512f" } */
3 /* { dg-require-effective-target avx512f } */
5 #include "avx512f-check.h"
8 __attribute__ ((noinline
))
11 return _mm512_set_pd (x
, x
, x
, x
, x
, x
, x
, x
);
15 __attribute__ ((noinline
))
18 return _mm512_setr_pd (x
, x
, x
, x
, x
, x
, x
, x
);
29 for (i
= 0; i
< 8; i
++)
34 if (check_union512d (res
, v
))
37 res
.x
= _mm512_setzero_pd ();
41 if (check_union512d (res
, v
))