1 /* { dg-do compile { target { powerpc*-*-* } } } */
2 /* { dg-require-effective-target powerpc_p8vector_ok } */
3 /* { dg-options "-mdejagnu-cpu=power8 -S -mno-cmpb" } */
4
5 float testf (float x, float y)
6 {
7 return __builtin_copysignf (x, y);
8 }
9