Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vselltsf.c
blob959dab7fa32ff6bf5c5aeaa7414fcf0e9e26703d
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 volatile int i = 0;
10 return i < 0 ? x : y;
13 /* { dg-final { scan-assembler-times "vselge.f32\ts\[0-9\]+" 1 } } */