Home | History | Annotate | Download | only in include
History log of /src/sys/arch/alpha/include/math.h
RevisionDateAuthorComments
 1.4  19-Feb-2002  simonb Clean up some rampant code duplication wrt ieee number handling:
- Add alignment-safe double and float unions.
- Use the above for the __infinity and __nan constants on all
architectures that use the standard ieee754 representation of
those constants.
- Add a single copy of various ieee754 math functions (frexp, isinf,
isnan, ldexp and modf) that had numerous duplicates among the
arch-specific directories.
- Use the above functions on all architectures where the generic C
versions where used. Architectures that had local assembly
routines are untouched (for those functions only).
 1.3  05-Feb-2000  kleink branches: 1.3.6; 1.3.8; 1.3.10;
Improve namespace test macros a bit.
 1.2  04-Jan-2000  kleink const -> __const and include <sys/cdefs.h> earlier; fixes PR lib/9052
by Takahiro Kambe.
 1.1  23-Dec-1999  kleink C99: Define a NAN macro in <math.h> which evaulates to a constant expression of
a single-precision quiet NaN; only to be defined on platforms that do support
this value.
 1.3.10.1  16-Mar-2002  jdolecek Catch up with -current.
 1.3.8.1  28-Feb-2002  nathanw Catch up to -current.
 1.3.6.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.3.6.1  05-Feb-2000  bouyer file math.h was added on branch thorpej_scsipi on 2000-11-20 22:35:41 +0000

RSS XML Feed