summaryrefslogtreecommitdiffstats
path: root/lib/msun/arm
Commit message (Expand)AuthorAgeFilesLines
* Add a change I missed in r230367 (don't inline arm's fenv.h functions).das2012-01-201-1/+0
* Don't inline fenv.h functions on arm for now. Inlining makes sense:das2012-01-203-13/+31
* Add an implementation of fenv.h intended for platforms that lack an FPU anddas2012-01-162-5/+20
* 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-14/+45
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* Add symbol versioning to libm.deischen2006-03-272-0/+4
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-161-9/+19
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+3
* Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK tocognet2005-01-241-0/+7
* Mark all inline asms that read the floating-point control or statusdas2005-01-141-1/+1
* Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,cognet2004-08-051-2/+7
* Add an fenv.h implementation for the arm port.das2004-06-062-0/+230
OpenPOWER on IntegriCloud