blob: d9488e3b7a3d6757bfe63b51ae979be12bb0fb9d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math -mcpu=power6" } */
double foo (double x, double y)
{
return __builtin_pow (x, 0.75) + y;
}
/* { dg-final { scan-assembler "fmadd" { target powerpc*-*-* } } } */