freebsd-dev/lib/msun
David Schultz 16608a810d As in other parts of libm, mark a few constants as volatile to prevent
spurious optimizations. gcc doesn't support FENV_ACCESS, so when it
folds constants, it assumes that the rounding mode is always the
default and floating point exceptions never matter.
2008-07-31 19:57:50 +00:00
..
amd64 Add assembly versions of remquol() and remainderl(). 2008-03-30 21:21:53 +00:00
arm Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
bsdsrc Eliminate some warnings. 2008-02-22 02:26:51 +00:00
i387 Add assembly versions of remquol() and remainderl(). 2008-03-30 21:21:53 +00:00
ia64 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
ld80 2 long double constants were missing L suffixes. This helped break tanl() 2008-02-18 15:39:52 +00:00
ld128 1 << 47 needs to be written 1ULL << 47. 2008-03-02 20:16:55 +00:00
man Fix a typo in the cosl() prototype. 2008-06-28 01:43:24 +00:00
mips Symbol.map is handled by cpp, so use C-style comments 2008-05-03 21:16:08 +00:00
powerpc Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC 2008-02-24 19:22:53 +00:00
sparc64 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
src As in other parts of libm, mark a few constants as volatile to prevent 2008-07-31 19:57:50 +00:00
Makefile Sort the .PATH entries to give a more reasonable order of precedence: 2008-07-18 02:18:34 +00:00
Symbol.map Implement fmodl. 2008-06-19 22:39:53 +00:00