1 /* { dg-do compile { target { powerpc-*-linux*paired* && ilp32 } } } */
2 /* { dg-options "-mpaired -ffinite-math-only " } */
4 /* Test PowerPC PAIRED extensions. */
8 static float out
[2] __attribute__ ((aligned (8)));
12 vector
float c
= {x
, x
};
13 vector
float b
= {60.0, 88.0};
16 a
= paired_sub (b
, c
);
17 paired_stx (a
, 0, out
);