summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing bug in k_rem_pio2(), which led to large errors whendas2005-04-051-1/+1
* Build exp2(), exp2f(), and related documentation.das2005-04-051-2/+3
* Document exp2() and exp2f(), and make other minor tweaks and updates.das2005-04-052-88/+37
* Implement exp2() and exp2f().das2005-04-053-0/+532
* Implement and document remquo() and remquof().das2005-03-2512-20/+583
* Fix the double rounding problem with subnormals, anddas2005-03-182-16/+36
* Add missing prototypes for fma() and fmaf(), and remove an inaccuratedas2005-03-181-1/+2
* Make the fenv.h routines work for programs that use SSE fordas2005-03-172-85/+262
* Spell 'fedisableexcept' correctly.das2005-03-161-1/+1
* Document feenableexcept(), fedisableexcept(), and fegetexcept().das2005-03-162-1/+101
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-1610-57/+166
* Replace strong references with weak references. There's nodas2005-03-074-7/+7
* Remove an obsolete sentence from a comment.stefanf2005-03-071-2/+1
* - If z is 0, one of x or y is 0, and the other is infinite, raisedas2005-03-071-2/+18
* Document scalbnl and scalblnl.das2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.das2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlydas2005-03-071-4/+8
* Document fmal.das2005-03-071-16/+27
* Remove ldexp and ldexpf. The former is in libc, and the latter isdas2005-03-072-59/+0
* - Remove s_ldexpf.c (now aliased to scalbn.)das2005-03-071-7/+12
* - Define FP_FAST_FMA for sparc64, since fma() is now implemented usingdas2005-03-071-4/+12
* Alias scalbn as ldexpl and scalbnl on platforms where long double isdas2005-03-071-0/+8
* - Implement scalblnl.das2005-03-071-2/+34
* Implement nexttowardf. This is used on both platforms with 11-bitdas2005-03-071-0/+60
* Implement nexttoward and nextafterl; the latter is also known asdas2005-03-072-0/+155
* - Try harder to trick gcc into not optimizing away statementsdas2005-03-072-8/+19
* Implement frexpl.das2005-03-071-0/+62
* Alias frexp as frexpl on platforms where a long double is the same asdas2005-03-071-0/+7
* Implement fmal.das2005-03-071-0/+170
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-1/+2
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+5
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-075-0/+9
* Add an assembly version of fmal.das2005-03-071-0/+34
* Add scalbnl, also known as as ldexpl.das2005-03-072-0/+90
* Alias scalbnf as ldexpf. The two are identical in binarydas2005-03-072-0/+7
* Fix a mistake in the exponent range.das2005-03-061-1/+1
* Work around a gcc bug. This fixes feholdexcept() et al. at -O1.das2005-03-051-1/+1
* Un-document the non-extant exp10() and exp10f() functions.das2005-02-262-3/+1
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for somedas2005-02-241-8/+13
* Use hardware instructions for sqrt() and sqrtf().das2005-02-213-0/+69
* Use double arithmetic instead of simulating it with two floats. Thisdas2005-02-211-13/+8
* Remove the i387 versions of atan(), atan2(), and atan2f().das2005-02-214-106/+3
* Remove i387 versions of asin() and acos(). Although the hardwaredas2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromdas2005-02-204-48/+2
* Fix a small scripting snafu in the previous revision.das2005-02-041-2/+2
* Remove another vestige of support for a non-IEEE libm.das2005-02-041-2/+0
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-0428-428/+476
* Move machine-dependent crud to its own makefile.das2005-02-045-22/+32
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-0475-3283/+81
* Typo.ru2005-01-281-1/+1
OpenPOWER on IntegriCloud