2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vrintmf32.c
blob33c22885f932e2200ac606da1459d4590cf7a3bd
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_v8_vfp_ok } */
3 /* { dg-options "-O2" } */
4 /* { dg-add-options arm_v8_vfp } */
6 float
7 foo (float x)
9 return __builtin_floorf (x);
12 /* { dg-final { scan-assembler-times "vrintm.f32\ts\[0-9\]+" 1 } } */