Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fpcmp-1.c
blobc0594ff3562d881de9425bebac902717134d31ee
1 /* We used to use c.lt.fmt instead of c.ule.fmt here. */
2 /* { dg-options "-mhard-float" } */
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 "\tc\\.ule\\.s\t" } } */
6 /* { dg-final { scan-assembler "\tc\\.ule\\.d\t" } } */