aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC (1.4: remove an unneeded fnstcw instruction in fegetenv()).Bruce Evans2007-06-131-7/+5
* MFC (1.6: fix fesetenv() clobbering the i387 register stack).Bruce Evans2007-06-131-1/+12
* MFC (1.2: add missing ldexpf()).Bruce Evans2006-12-121-0/+3
* More optimized math functions.David Schultz2005-04-167-1/+173
* Implement and document remquo() and remquof().David Schultz2005-03-253-1/+131
* Spell 'fedisableexcept' correctly.David Schultz2005-03-161-1/+1
* Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz2005-03-162-8/+26
* Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-071-0/+1
* Move machine-dependent crud to its own makefile.David Schultz2005-02-041-0/+3
* Remove wrappers and other cruft intended to support SVID, mistakes inDavid Schultz2005-02-041-1/+1
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.David Schultz2005-01-153-0/+75
* Mark all inline asms that read the floating-point control or statusDavid Schultz2005-01-141-3/+3
* Mark inline stmxcsr instructions as volatile, since this appears to beDavid Schultz2005-01-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsDavid Schultz2004-06-111-1/+1
* Add an fenv.h implementation for the amd64 port.David Schultz2004-06-062-0/+333