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