summaryrefslogtreecommitdiffstats
path: root/lib/msun/amd64/fenv.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-0/+15
* Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as ankib2010-02-031-4/+7
* Remove an unneeded fnstcw instruction.das2007-01-051-7/+5
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-161-5/+22
* 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-061-0/+131
OpenPOWER on IntegriCloud