[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vsx-7.h
blobfe5547243f45e1a4563fa29136458c37da6b5cf7
2 /* This test code is included into vsx-7-be.c.
3 * this is meant to supplement code in altivec-7.h. */
5 #include <altivec.h>
8 vector float *vecfloat;
9 vector double *vecdouble;
11 int main2 ()
14 *vecdouble++ = vec_unpackl(vecfloat[0]);
15 *vecdouble++ = vec_unpackh(vecfloat[0]);
17 return 0;