[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vrintzf32.c
blobc76bf6e99c4377dfd8406f0685d230c310a5ade4
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_truncf (x);
12 /* { dg-final { scan-assembler-times "vrintz.f32\ts\[0-9\]+" 1 } } */