URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [math-torture/] [floor.c] - Rev 861
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do assemble } */ float testlf (float x) { return __builtin_floorf (x); } double testl (double x) { return __builtin_floor (x); } long double testll (long double x) { return __builtin_floorl (x); }
Go to most recent revision | Compare with Previous | Blame | View Log