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/] [nearbyint.c] - Rev 318
Compare with Previous | Blame | View Log
/* { dg-do assemble } */ float testlf (float x) { return __builtin_nearbyintf (x); } double testl (double x) { return __builtin_nearbyint (x); } long double testll (long double x) { return __builtin_nearbyintl (x); }