blob: 427617af08f1fb108feb0a441ed6417d7b90d748 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target hard_float } */
/* { dg-options "-ffinite-math-only -fsigned-zeros -dp" } */
float
sminf (float x, float y)
{
return x <= y ? x : y;
}
/* { dg-final { scan-assembler-not "\t(call|tail)\tfminf\t" } } */
/* { dg-final { scan-assembler-not "\tfmin\\.s\t" } } */
/* { dg-final { scan-assembler "\tfle\\.s\t" } } */