summaryrefslogtreecommitdiff
path: root/libm/powerpc/s_frexp.c
AgeCommit message (Collapse)Author
2007-03-31From Steve Papacharalambous:Joakim Tjernlund
Add math support for PowerPC e500.
2006-01-17All math related relocs gonePeter S. Mazinger
2005-12-14Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e.Eric Andersen
on big endian mips the code is compiled as little-endian and the wrong half of the 64-bit point value is examined to check for NaN, etc. This bug also broke fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit().
2005-03-06Trim off whitespaceEric Andersen
2001-11-24Fix naming so things will actually workEric Andersen
-Erik