freebsd-dev/lib/msun
David Schultz dbc8f2b5ce More updates for math(3):
- Make some minor rearrangements in the introduction.
- Mention the problem with argument reduction on i386.
- Add recently-implemented functions to the table.
- Un-document the error bounds that only apply to the old 4BSD math
  library, and fill in the correct values where I know them.  No
  attempt has been made to document bounds lower than 1 ulp, although
  smaller bounds are usually achievable in round-to-nearest mode.
2004-10-11 20:13:52 +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 Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not, 2004-08-05 14:07:24 +00:00
bsdsrc Remove some kludges designed to ensure that the compiler didn't round 2004-05-17 01:04:37 +00:00
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 More updates for math(3): 2004-10-11 20:13:52 +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 and document ilogbl(), a long double version of ilogb(). 2004-10-11 18:13:52 +00:00
Makefile Add and document ilogbl(), a long double version of ilogb(). 2004-10-11 18:13:52 +00:00