Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All math related relocs gone | Peter S. Mazinger | 2006-01-17 | 1 | -1/+3 |
| | |||||
* | Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the ↵ | Peter S. Mazinger | 2005-10-26 | 1 | -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 whitespace | Eric Andersen | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 1 | -0/+35 |
math library (which is itself based on the math lib from FreeBSD). -Erik |