about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
...
* Use libm_alias_double for dbl-64 fma.Joseph Myers2017-10-042-11/+2
* [BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy2017-10-042-8/+8
* [BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy2017-10-042-2/+2
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-033-13/+7
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-033-12/+6
* Use libm_alias_float for dbl-64 fmaf.Joseph Myers2017-10-031-1/+2
* Use libm_alias_double for dbl-64 frexp.Joseph Myers2017-10-033-15/+5
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-032-3/+37
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-0327-140/+37
* Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2017-10-024-20/+4
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-022-6/+14
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-026-6/+24
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-024-4/+23
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-6/+0
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2940-206/+52
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-2911-11/+11
* New generic powfSzabolcs Nagy2017-09-293-199/+261
* New generic log2fSzabolcs Nagy2017-09-293-73/+130
* New generic logfSzabolcs Nagy2017-09-293-73/+131
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-284-10/+10
* Fix typo in sincos32.h inclusion guard.Stefan Liebler2017-09-251-1/+1
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-256-566/+374
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2240-39/+73
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-212-10/+2
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-09-216-2253/+2241
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-09-216-12/+3814
* Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2017-09-182-0/+16
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1822-143/+0
* Use libm_alias_double in math/.Joseph Myers2017-09-1522-103/+0
* Make more libm functions into weak aliases.Joseph Myers2017-09-1461-78/+156
* Define and use libm_alias_ldouble.Joseph Myers2017-09-132-38/+41
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-137-186/+2
* Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers2017-09-137-40/+10
* Define and use libm_alias_double.Joseph Myers2017-09-135-18/+58
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-0530-24/+86
* Obsolete pow10 functions.Joseph Myers2017-09-014-12/+18
* Simplify NAN definitions.Joseph Myers2017-08-311-52/+0
* Simplify INFINITY definitions.Joseph Myers2017-08-311-29/+0
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-312-104/+0
* Simplify math-svid-compat code.Joseph Myers2017-08-281-6/+1
* Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy2017-08-241-3/+3
* Fix GCC 7 build of k_standard.c.Joseph Myers2017-08-211-0/+3
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-2110-17/+21
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-03133-228/+228
* Fix cexpl when compiled with latest GCCSteve Ellcey2017-07-211-0/+1
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-301-1/+36
* Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes2017-06-231-0/+4
* Optimized version of powf()Paul Clarke2017-06-231-101/+70
* Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers2017-06-221-0/+3
* Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers2017-06-221-1/+1