freebsd-dev/lib/msun
David Schultz 9428e108c9 Add C99's nearbyint{,f}() functions as wrappers around rint().
These trivial implementations are about 25 times slower than
rint{,f}() on x86 due to the FP environment save/restore.
They should eventually be redone in terms of fegetround() and
bit fiddling.
2004-07-06 04:46:08 +00:00
..
alpha Add an fenv.h implementation for the alpha port. All of the standard 2004-06-06 09:58:55 +00:00
amd64 Insert a missing '~' in feholdexcept(), so that it correctly clears 2004-06-11 02:35:19 +00:00
arm Add an fenv.h implementation for the arm port. 2004-06-06 10:03:59 +00:00
bsdsrc
i387 Completely remove s_ilogb.S as the assembler implementation gives very little 2004-06-20 10:42:23 +00:00
ia64 Shift the FPSR contents by the correct amount so feupdateenv() raises 2004-06-11 02:35:30 +00:00
man Add C99's nearbyint{,f}() functions as wrappers around rint(). 2004-07-06 04:46:08 +00:00
powerpc Add an fenv.h implementation for the powerpc port. 2004-06-06 10:05:10 +00:00
sparc64 Add an fenv.h implementation for the sparc64 port. 2004-06-06 10:05:57 +00:00
src Add C99's nearbyint{,f}() functions as wrappers around rint(). 2004-07-06 04:46:08 +00:00
Makefile Add C99's nearbyint{,f}() functions as wrappers around rint(). 2004-07-06 04:46:08 +00:00