freebsd-dev/lib/msun
Dimitry Andric 0779690c2e Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in
libc.a and libc_p.a.  In addition, define isnan in libm.a and libm_p.a,
but not in libm.so.

This makes it possible to statically link executables using both isnan
and isnanf with libc and libm.

Tested by:	kargl
MFC after:	1 week
2012-11-10 21:22:10 +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 * Update the comment that explains the choice of values in the 2012-10-13 19:53:11 +00:00
ld128 * ld80/s_expl.c: 2012-09-23 18:32:03 +00:00
man mdoc: avoid nested displays. 2012-10-14 14:45:54 +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 Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in 2012-11-10 21:22:10 +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