2 /* { dg-require-effective-target sse4 } */
3 /* { dg-options "-O2 -msse4.1" } */
5 #include "sse4_1-check.h"
11 #include <emmintrin.h>
14 __attribute__((noinline
))
15 test (unsigned int *v
)
24 u
.x
= _mm_set_epi32 (v
[3], v
[2], v
[1], v
[0]);
26 for (i
= 0; i
< sizeof (v
) / sizeof (v
[0]); i
++)
30 printf ("%i: 0x%x != 0x%x\n", i
, v
[i
], u
.i
[i
]);
40 = { 0x7B5B5465, 0x73745665, 0x63746F72, 0x5D53475D };