Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fpcmp-1.c
blob19e66f96b7829e9764bdd9b3c19cec1a3e3f97a6
1 /* We used to use c.lt.fmt instead of c.ule.fmt here. */
2 /* { dg-mips-options "-mhard-float -O2" } */
3 NOMIPS16 int f1 (float x, float y) { return __builtin_isless (x, y); }
4 NOMIPS16 int f2 (double x, double y) { return __builtin_isless (x, y); }
5 /* { dg-final { scan-assembler "c\\.ule\\.s" } } */
6 /* { dg-final { scan-assembler "c\\.ule\\.d" } } */