Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/arch/m68k/gen/isnanl.c
RevisionDateAuthorComments
 1.5  04-Mar-2004  kleink * Turn isinf(3) and isnan(3) into C99-style macros.
* Make it possible for ports to override these (i.e., VAX).
* Remove isnanl(), which was internal to libc only.
 1.4  28-Oct-2003  kleink Ignore the explicit integer bit here, too; otherwise an infinity with the
explicit integer bit set could be classified as NaN.
 1.3  27-Oct-2003  kleink Err, rename some members added in previous to make them reflect their
semantics better.
 1.2  27-Oct-2003  kleink Retire local union { floating-type; struct ieee_prec; } in favor of those
available from <machine/ieee.h>
 1.1  24-Oct-2003  kleink * Since there is no single portable IEEE 754 format for a long double,
keep a common implementation of isinfl() and isnanl() to be used by
platforms where `long double' == `double'; move others into
machine-dependent code.
* In due course, consider __VFP_FP__ on arm.

RSS XML Feed