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