[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / pr65491_1.c
bloba548afb1a30fe3f99697ecbc179adda61c5a4cf4
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 typedef long double a __attribute__((vector_size (16)));
7 sum (a first, a second)
9 return first + second;