blob: d1b3db9649ca743dd488f8b0705a75c9472ba395 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target arm_v8_vfp_ok } */
/* { dg-options "-O2" } */
/* { dg-add-options arm_v8_vfp } */
double
foo (double x)
{
return __builtin_floor (x);
}
/* { dg-final { scan-assembler-times "vrintm.f64\td\[0-9\]+" 1 } } */