blob: 6b070c55d8ba4aabdc4f811157e39fde0b0b97a1 [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-options "-mdejagnu-cpu=power8 -S -mno-cmpb" } */
float testf (float x, float y)
{
return __builtin_copysignf (x, y);
}