Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gcc.target / arm / vminnmdf.c
blobc2a6915b2e3fe2631bbf03333e3f2814ad3dad86
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 double
7 foo (double x, double y)
9 return __builtin_fmin (x, y);
12 /* { dg-final { scan-assembler-times "vminnm.f64\td\[0-9\]+" 1 } } */