URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [math-torture/] [nearbyint.c] - Rev 848
Go to most recent revision | 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); }
Go to most recent revision | Compare with Previous | Blame | View Log