freebsd-nq/lib/libc/amd64/gen
David Schultz 240dbabfa8 Implement the classification macros isfinite(), isinf(), isnan(), and
isnormal() the hard way, rather than relying on fpclassify().  This is
a lose in the sense that we need a total of 12 functions, but it is
necessary for binary compatibility because we have never bumped libm's
major version number.  In particular, isinf(), isnan(), and isnanf()
were BSD libc functions before they were C99 macros, so we can't
reimplement them in terms of fpclassify() without adding a dependency
on libc.so.5.  I have tried to arrange things so that programs that
could be compiled in FreeBSD 4.X will generate the same external
references when compiled in 5.X.  At the same time, the new macros
should remain C99-compliant.

The isinf() and isnan() functions remain in libc for historical
reasons; however, I have moved the functions that implement the macros
isfinite() and isnormal() to libm where they belong.  Moreover,
half a dozen MD versions of isinf() and isnan() have been replaced
with MI versions that work equally well.

Prodded by:	kris
2004-07-09 03:32:40 +00:00
..
_setjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00
fabs.S Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do 2004-02-08 21:21:45 +00:00
fpgetmask.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpgetprec.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpgetround.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpgetsticky.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetmask.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetprec.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetround.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetsticky.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
frexp.c
infinity.c
ldexp.c Fix a typo in the !__GNUC__ case and remove an obsolete comment. 2004-02-16 10:02:51 +00:00
makecontext.c Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is 2004-03-31 07:27:31 +00:00
Makefile.inc Implement the classification macros isfinite(), isinf(), isnan(), and 2004-07-09 03:32:40 +00:00
modf.S Tidy up modf.S and make it actually work. It wasn't extracting 2003-05-08 03:19:37 +00:00
rfork_thread.S Add rfork_thread(3). 2003-10-13 20:32:33 +00:00
setjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00
signalcontext.c Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's 2004-06-15 21:46:36 +00:00
sigsetjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00