blob: eee43bce1e7c3b522657a4bd146e864ef79ce949 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target arm_v8_vfp_ok } */
/* { dg-options "-ffast-math" } */
/* { dg-add-options arm_v8_vfp } */
float
foo (float x, float y)
{
return __builtin_fminf (x, y);
}
/* { dg-final { scan-assembler-times "vminnm.f32\ts\[0-9\]+" 1 } } */