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