Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vminnmsf.c
blobeee43bce1e7c3b522657a4bd146e864ef79ce949
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_v8_vfp_ok } */
3 /* { dg-options "-ffast-math" } */
4 /* { dg-add-options arm_v8_vfp } */
6 float
7 foo (float x, float y)
9 return __builtin_fminf (x, y);
12 /* { dg-final { scan-assembler-times "vminnm.f32\ts\[0-9\]+" 1 } } */