URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [math-torture/] [round.c] - Rev 318
Compare with Previous | Blame | View Log
/* { dg-do assemble } */ float testlf (float x) { return __builtin_roundf (x); } double testl (double x) { return __builtin_round (x); } long double testll (long double x) { return __builtin_roundl (x); }