blob: 6cf23d789b6e7f6881133dcce2e65bb7c96b52e6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-ffinite-math-only -fsigned-zeros -dp" } */
float
smaxf (float x, float y)
{
return x >= y ? x : y;
}
/* { dg-final { scan-assembler-not "\t(call|tail)\tfmaxf\t" } } */
/* { dg-final { scan-assembler-not "\tfmax\\.s\t" } } */
/* { dg-final { scan-assembler "\tfge\\.s\t" } } */