blob: 28cedd3bea5dbc3186d42ca51eeb5beb067dac02 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target hard_float } */
/* { dg-options "-ffinite-math-only -fsigned-zeros -dp" } */
double
smin (double x, double y)
{
return x <= y ? x : y;
}
/* { dg-final { scan-assembler-not "\t(call|tail)\tfmin\t" } } */
/* { dg-final { scan-assembler-not "\tfmin\\.d\t" } } */
/* { dg-final { scan-assembler "\t(fgt\\.d|fle\\.d)\t" } } */