freebsd-dev/lib/msun
Steve Kargl a077586c53 * src/math_private.h:
. Change the API for the LD80C by removing the explicit passing
    of the sign bit.  The sign can be determined from the last
    parameter of the macro.
  . On i386, load long double by bit manipulations to work around
    at least a gcc compiler issue.  On non-i386 ld80 architectures,
    use a simple assignment.

* ld80/s_expl.c:
  . Update the only consumer of LD80C.

Submitted by:	bde
Approved by:	das (mentor)
2012-09-29 16:40:12 +00:00
..
amd64 Bugfix: feenableexcept() and fedisableexcept() should just return the 2011-10-21 06:25:31 +00:00
arm Add a change I missed in r230367 (don't inline arm's fenv.h functions). 2012-01-20 07:01:58 +00:00
bsdsrc Fix some non-standard variable declarations. 2011-10-16 05:37:20 +00:00
i387 Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" with 2012-09-16 16:58:49 +00:00
ia64 Use #include "fenv.h" instead of #include <fenv.h>. This makes it 2011-10-16 05:37:56 +00:00
ld80 * src/math_private.h: 2012-09-29 16:40:12 +00:00
ld128 * ld80/s_expl.c: 2012-09-23 18:32:03 +00:00
man Minor mdoc fix. 2012-09-11 17:40:06 +00:00
mips Use #include "fenv.h" instead of #include <fenv.h>. This makes it 2011-10-16 05:37:56 +00:00
powerpc Use #include "fenv.h" instead of #include <fenv.h>. This makes it 2011-10-16 05:37:56 +00:00
sparc64 Use #include "fenv.h" instead of #include <fenv.h>. This makes it 2011-10-16 05:37:56 +00:00
src * src/math_private.h: 2012-09-29 16:40:12 +00:00
Makefile Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm. 2012-07-23 19:23:49 +00:00
Symbol.map Compute the exponential of x for Intel 80-bit format and IEEE 128-bit 2012-07-23 19:13:55 +00:00