Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / mips / fpcmp-1.c
blob144a6d1c186d2ea469d4fd957240f25aeeb31b4e
1 /* We used to use c.lt.fmt instead of c.ule.fmt here. */
2 /* { dg-mips-options "-mhard-float -O2" } */
3 int f1 (float x, float y) { return __builtin_isless (x, y); }
4 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" } } */