URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [fpcmp-2.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* We used to use c.le.fmt instead of c.ult.fmt here. */ /* { dg-options "-mhard-float -O2" } */ NOMIPS16 int f1 (float x, float y) { return __builtin_islessequal (x, y); } NOMIPS16 int f2 (double x, double y) { return __builtin_islessequal (x, y); } /* { dg-final { scan-assembler "c\\.ult\\.s" } } */ /* { dg-final { scan-assembler "c\\.ult\\.d" } } */
Go to most recent revision | Compare with Previous | Blame | View Log