blob: 2da436f71b898ec0ccc3b98ac629cd191e404c84 [file] [log] [blame]
/* { dg-options "-ffast-math -mips64 -mgp32" } */
double
foo (void)
{
return __builtin_pow (0.0, -1.5);
}