summaryrefslogtreecommitdiffstats
path: root/libm/s_finite.c
Commit message (Collapse)AuthorAgeFilesLines
* All math related relocs gonePeter S. Mazinger2006-01-171-1/+3
|
* Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the ↵Peter S. Mazinger2005-10-261-2/+3
| | | | float_wrapper. I hope that __ceilf and __floorf are not needed anywhere. Use only __finite from s_finite.c, disabled in fpmacros.c. Allow IMA compiling, 2 files: s_lib_version.c and w_cabs.c have to be reworked for complete IMA.
* Trim off whitespaceEric Andersen2005-03-061-1/+1
|
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+35
math library (which is itself based on the math lib from FreeBSD). -Erik