Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / arm / vselnesf.c
blob2e16423b57415ad0ca06a723cc94b707734033cb
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 "vseleq.f32\ts\[0-9\]+" 1 } } */