1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-maltivec -fpreprocessed" } */
5 /* Program to test AltiVec with -fpreprocessed. */
6 int foo(__attribute__((altivec(vector__
))) float x
,
7 __attribute__((altivec(vector__
))) float y
)
9 if (__builtin_vec_vcmpeq_p (2, (x
), (y
)))