c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr46728-16.c
blobbd48318f03ca9c57de106b1656ab4f7df34254c2
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ffast-math -mdejagnu-cpu=power6" } */
4 double foo (double x, double y)
6 return __builtin_pow (x, 0.75) + y;
10 /* { dg-final { scan-assembler "fmadd" { target powerpc*-*-* } } } */