blob: 3f8171898b661e154c70ddabd16e4666210c7202 [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_nearbyint (x);
}
/* { dg-final { scan-assembler-times "vrintr.f64\td\[0-9\]+" 1 } } */