aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Use #include "fenv.h" instead of #include <fenv.h>. This makes itDavid Schultz2011-10-161-1/+1
* Provide external definitions of all of the standardized functions inDavid Schultz2011-10-103-14/+45
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski2008-02-241-0/+5
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* Add symbol versioning to libm.Daniel Eischen2006-03-272-0/+4
* Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz2005-03-161-5/+17
* Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-071-0/+3
* Mark all inline asms that read the floating-point control or statusDavid Schultz2005-01-141-1/+1
* Add an fenv.h implementation for the powerpc port.David Schultz2004-06-062-0/+282