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 } */
7 #define CHECK_H "sse2-check.h"
13 #define TEST sse2_test_movlpd_2
16 #include <emmintrin.h>
19 __attribute__((noinline
, unused
))
20 test (double *e
, __m128d a
)
22 __asm("" : "+v"(a
), "+b"(e
));
23 return _mm_storel_pd (e
, a
);
32 u
.x
= _mm_set_pd (41124.234,2344.2354);
38 if (check_union128d (u
, e
))