Alphabetize my entry in MAINTAINER's DCO list.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vrintpf32.c
blobecea15db606f34e510f59df6d88be2d218800eb4
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_ceilf (x);
12 /* { dg-final { scan-assembler-times "vrintp.f32\ts\[0-9\]+" 1 } } */