1 /* { dg-do compile { target powerpc-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-O3 -maltivec" } */
4 /* { dg-final { scan-assembler-not "mfcr" } } */
8 int foo(vector
float x
, vector
float y
) {
9 if (vec_all_eq(x
,y
)) return 3245;