CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/04/17 04:33:09
Added files: regress/lib/libm/round: Makefile round.c Log message: Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f}, except doesn't test rounding modes. Fix pending. Build it with -fno-builtin if you want to test the library functionality--otherwise GCC4 will decide to use its builtins on some platforms.