2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vselvssf.c
blob7d762899cb38a9a7b7d6a1c1f9976d63defd6db0
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, float y)
9 return __builtin_isunordered (x, y) ? x : y;
12 /* { dg-final { scan-assembler-times "vselvs.f32\ts\[0-9\]+" 1 } } */