2 /* { dg-require-effective-target avx } */
3 /* { dg-options "-O2 -mavx" } */
11 #if OFFSET < 0 || OFFSET > 1
12 #error OFFSET must be within [0..1]
23 s1
.x
= _mm256_set_pd (2134.3343,1234.635654,453.345635,54646.464356);
24 s2
.x
= _mm_set_pd (68543.731254, 3452.578238);
25 u
.x
= _mm256_insertf128_pd (s1
.x
, s2
.x
, OFFSET
);
27 for (i
= 0; i
< 4; i
++)
31 e
[i
+ (OFFSET
* 2)] = s2
.a
[i
];
33 if (check_union256d (u
, e
))