[AArch64] SVE tests
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fcvt_uint_float_double1.c
blobc1c492093ae75bdf6caf6040402399b7a68c68e6
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 double
5 foo (unsigned int x)
7 return (double) (float) (x & 0xffffff);
10 /* { dg-final { scan-assembler {\t[su]cvtf\td0, w[0-9]*} } } */