2 /* { dg-options "-O3 -mvsx -Wno-psabi" } */
3 /* { dg-additional-options "-mdejagnu-cpu=power8" { target { ! has_arch_pwr8 } } } */
4 /* { dg-require-effective-target p8vector_hw } */
6 #define NO_WARN_X86_INTRINSICS 1
9 #define CHECK_H "sse-check.h"
15 #define TEST sse_test_movss_1
18 #include <xmmintrin.h>
21 __attribute__((noinline
, unused
))
28 result
= _mm_load_ss (e
);
29 __asm("" : "+v"(result
));
37 float e
[4] = {1.1, 2.2, 3.3, 4.4};
39 s1
.x
= _mm_set_ps (2134.3343,1234.635654, 1.2234, 876.8976);
48 if (check_union128 (u
, e
))