summaryrefslogtreecommitdiffstats
path: root/lib/msun/amd64
Commit message (Expand)AuthorAgeFilesLines
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-211-222/+0
* Bugfix: feenableexcept() and fedisableexcept() should just return thedas2011-10-211-4/+4
* Use #include "fenv.h" instead of #include <fenv.h>. This makes itdas2011-10-161-1/+1
* Provide external definitions of all of the standardized functions indas2011-10-103-9/+27
* Remove duplicate .note.GNU-stack section declaration.kib2011-02-042-4/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0720-0/+40
* Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,dim2010-10-011-2/+1
* Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as ankib2010-02-032-9/+15
* Use, in uncovered part, the END() macro in order to improve debugging.attilio2009-05-259-0/+9
* Add assembly versions of remquol() and remainderl().das2008-03-303-2/+114
* Hook up sqrtl() to the build.das2008-03-021-1/+1
* MD implementations of sqrtl().das2008-03-021-0/+33
* Use hardware remainder on amd64 since it is 5 to 10 times faster thanbde2008-02-133-1/+78
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-144-3/+116
* Translate from the i386 so that this compiles and runs.bde2007-12-171-1/+1
* Add logbl(3) to libm.das2007-12-172-1/+46
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* Fix a problem relating to fesetenv() clobbering i387 register stack.das2007-01-061-1/+12
* Remove an unneeded fnstcw instruction.das2007-01-051-7/+5
* Add symbol versioning to libm.deischen2006-03-272-0/+13
* Add a missing ldexpf() alias for amd64.das2005-09-121-0/+3
* More optimized math functions.das2005-04-167-1/+173
* Implement and document remquo() and remquof().das2005-03-253-1/+131
* Spell 'fedisableexcept' correctly.das2005-03-161-1/+1
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-162-8/+26
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+1
* Move machine-dependent crud to its own makefile.das2005-02-041-0/+3
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-041-1/+1
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.das2005-01-153-0/+75
* Mark all inline asms that read the floating-point control or statusdas2005-01-141-3/+3
* Mark inline stmxcsr instructions as volatile, since this appears to bedas2005-01-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsdas2004-06-111-1/+1
* Add an fenv.h implementation for the amd64 port.das2004-06-062-0/+333
OpenPOWER on IntegriCloud