freebsd-dev/lib/msun
Bruce Evans c0c7ddd3a8 Use the expression fabs(x+0.0)-fabs(y+0.0) instead of
fabs(x+0.0)+fabs(y+0.0) when mixing NaNs.  This improves
consistency of the result by making it harder for the compiler to reorder
the operands.  (FP addition is not necessarily commutative because the
order of operands makes a difference on some machines iff the operands are
both NaNs.)
2008-03-30 17:28:27 +00:00
..
amd64 Hook up sqrtl() to the build. 2008-03-02 01:48:17 +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 Hook up sqrtl() to the build. 2008-03-02 01:48:17 +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 Hook up sqrtl() to the build. 2008-03-02 01:48:17 +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 Use the expression fabs(x+0.0)-fabs(y+0.0) instead of 2008-03-30 17:28:27 +00:00
Makefile Hook up sqrtl() to the build. 2008-03-02 01:48:17 +00:00
Symbol.map Hook up sqrtl() to the build. 2008-03-02 01:48:17 +00:00