blob: 03020f64fde236885ec02a759f4f064e20eac36b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mfpmath=387" } */
double foo(double x, double y)
{
double t = -x * y;
return -t;
}
/* { dg-final { scan-assembler-not "fchs" } } */