2 /* { dg-options "-O3 -mvsx" } */
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_movmskps_1
18 #include <xmmintrin.h>
21 __attribute__((noinline
, unused
))
24 return _mm_movemask_ps (a
);
31 float s
[4] = {-2134.3343, 1234.635654, 1.2234, -876.8976};
36 u
.x
= _mm_loadu_ps (s
);
39 for (i
= 0; i
< 4; i
++)
43 if (checkVi (&d
, &e
, 1))