summaryrefslogtreecommitdiffstats
path: root/lib/msun/amd64/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add assembly versions of remquol() and remainderl().das2008-03-301-2/+4
|
* Hook up sqrtl() to the build.das2008-03-021-1/+1
|
* Use hardware remainder on amd64 since it is 5 to 10 times faster thanbde2008-02-131-1/+2
| | | | software remainder and is already used for remquo().
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-141-3/+3
| | | | Thanks to bde@ for feedback and testing of rintl().
* Add logbl(3) to libm.das2007-12-171-1/+2
|
* Add symbol versioning to libm.deischen2006-03-271-0/+1
|
* More optimized math functions.das2005-04-161-1/+2
|
* Implement and document remquo() and remquof().das2005-03-251-1/+1
|
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+1
| | | | double's mantissa.
* Move machine-dependent crud to its own makefile.das2005-02-041-0/+3
OpenPOWER on IntegriCloud