aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/pr46728-16.c
blob: d9488e3b7a3d6757bfe63b51ae979be12bb0fb9d (plain)
1
2
3
4
5
6
7
8
9
10
/* { 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*-*-* } } } */