1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } */
3 /* { dg-options "-maltivec" } */
7 /* Test whether the C front-end is not excessively picky about
8 the integral types and literals that AltiVec instrinsics will
11 vector
int vi
= { 1, 2, 3, 4 };
22 vec_dst (&vi
, ul
, '\0');
24 vec_dst (&vi
, ui
, '\0');
26 vec_dstst (&vi
, (short)fl
, '\0');