[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fcvt_uint_float_double2.c
blob334aae8035fe8fc388889ebd6a3177934d0b43bd
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 double
5 foo (unsigned int x)
7 return (double) (float) (x & 0x1ffffff);
10 /* { dg-final { scan-assembler {\t[su]cvtf\ts[0-9]*, w[0-9]*} } } */
11 /* { dg-final { scan-assembler {\tfcvt\td0, s[0-9]*} } } */