]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/ieee754
mktime fix for Gnulib + coreutils
[thirdparty/glibc.git] / sysdeps / ieee754 /
2018-10-04  Joseph MyersFix libnldbl_nonshared.a references to internal libm...
2018-10-02  Martin Jansasysdeps/ieee754/soft-fp: ignore maybe-uninitialized...
2018-09-28  Joseph MyersRemove unnecessary math_private.h includes.
2018-09-27  Joseph MyersUse copysign functions not __copysign functions in...
2018-09-27  Joseph MyersUse round functions not __round functions in glibc...
2018-09-20  Joseph MyersUse trunc functions not __trunc functions in glibc...
2018-09-19  Szabolcs NagyFix the documentation comment of checkint in powf
2018-09-19  Szabolcs NagyAdd new pow implementation
2018-09-18  Joseph MyersFix ldbl-128ibm ceill, floorl inlining of ceil, floor.
2018-09-17  Joseph MyersUse ceil functions not __ceil functions in glibc libm.
2018-09-14  Joseph MyersUse rint functions not __rint functions in glibc libm.
2018-09-14  Joseph MyersUse floor functions not __floor functions in glibc...
2018-09-12  Szabolcs NagyAdd new log2 implementation
2018-09-12  Szabolcs NagyAdd new log implementation
2018-09-05  Szabolcs NagyAdd new exp and exp2 implementations
2018-09-04  Joseph MyersMove fenv.h soft-float inlines from fenv_private.h...
2018-09-03  Joseph MyersDo not include fenv_private.h in math_private.h.
2018-08-24  Wilco DijkstraRemove unused math files
2018-08-23  Wilco DijkstraSpeedup tanf range reduction
2018-08-15  Wilco DijkstraUse generic sinf/cosf in lgammaf_r
2018-08-14  Wilco DijkstraImprove performance of sinf and cosf
2018-08-10  Wilco DijkstraImprove performance of sincosf
2018-08-10  Szabolcs NagyClean up converttoint handling and document the semantics
2018-07-02  Gabriel F. T. Gomesldbl-128ibm-compat: Add printf_size
2018-07-02  Szabolcs NagyUse uint32_t sign in single precision math error handli...
2018-06-28  Rajalakshmi Sriniv... ldbl-128ibm-compat: Introduce ieee128 symbols
2018-06-20  Tulio Magno Quites... ldbl-128ibm-compat: Create libm-alias-float128.h
2018-06-20  Tulio Magno Quites... Add a generic significand implementation
2018-06-11  Joseph MyersFix ldbl-96 fma (Inf, Inf, finite) (bug 23272).
2018-05-22  Joseph MyersFix i686-linux-gnu build with GCC mainline.
2018-05-17  Joseph MyersAdd narrowing divide functions.
2018-05-16  Florian Weimermath: Merge strtod_nan_*.h into math-type-macros-*.h
2018-05-16  Joseph MyersAdd narrowing multiply functions.
2018-05-11  Joseph MyersDo not include math-barriers.h in math_private.h.
2018-05-10  Joseph MyersMove math_check_force_underflow macros to separate...
2018-05-09  Joseph MyersMove math_narrow_eval to separate math-narrow-eval.h.
2018-04-15  Patrick McGeheartyImproves __ieee754_exp(x) performance by 18-37% when...
2018-04-03  Wilco Dijkstra[PATCH 7/7] sin/cos slow paths: refactor sincos impleme...
2018-04-03  Wilco Dijkstra[PATCH 6/7] sin/cos slow paths: refactor duplicated...
2018-04-03  Wilco Dijkstra[PATCH 5/7] sin/cos slow paths: remove unused slowpath...
2018-04-03  Wilco Dijkstra[PATCH 4/7] sin/cos slow paths: remove slow paths from...
2018-04-03  Wilco Dijkstra[PATCH 3/7] sin/cos slow paths: remove slow paths from...
2018-04-03  Wilco Dijkstra[PATCH 2/7] sin/cos slow paths: remove large range...
2018-04-03  Wilco Dijkstra[PATCH 1/7] sin/cos slow paths: avoid slow paths for...
2018-03-20  Joseph MyersAdd narrowing subtract functions.
2018-03-15  Wilco DijkstraRename all __ieee754_sqrt(f/l) calls to sqrt(f/l)
2018-03-11  Zack Weinbergnldbl-compat.c: Include math.h before nldbl-compat.h.
2018-03-10  Zack WeinbergDon't include math.h/math_private.h in math_ldbl_opt.h.
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-15  Wilco DijkstraRemove mplog and mpexp
2018-02-12  Szabolcs NagyRemove slow paths from exp
2018-02-12  Wilco DijkstraRemove slow paths from pow
2018-02-10  Joseph MyersAdd narrowing add functions.
2018-02-09  Joseph MyersAdd test infrastructure for narrowing libm functions.
2018-02-09  Joseph MyersAdd build infrastructure for narrowing libm functions.
2018-02-07  Zack WeinbergPost-cleanup 2: minimize _G_config.h.
2018-02-07  Wilco DijkstraRemove slow paths from log
2018-02-01  Joseph MyersMove LDBL_CLASSIFY_COMPAT to its own header.
2018-02-01  Carlos O'DonellFix -Os log1p, log1pf build (bug 21314).
2018-01-10  Joseph MyersFix ldbl-128ibm log1pl (-qNaN) spurious "invalid" excep...
2018-01-10  Joseph MyersFix ldbl-128ibm lrintl, lroundl missing "invalid" excep...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-19  Bernd EdlingerAvoid signed shift overflow in pow (bug 21309).
2017-12-19  Joseph MyersRevert exp reimplementation (causes test failures).
2017-12-19  Patrick McGeheartyImprove __ieee754_exp() performance by greater than...
2017-12-16  Rajalakshmi Sriniv... New generic sincosf
2017-12-12  Joseph MyersAdd sysdeps/ieee754/soft-fp.
2017-12-11  Paul ClarkeNew generic cosf
2017-12-06  Joseph MyersDon't make local variables static in ldbl-96 j1l.
2017-12-06  Joseph MyersMake some ldbl-128, ldbl-128ibm arrays const.
2017-12-05  Adhemerval Zanellamath: Use sign as double for reduced case in sinf
2017-12-05  Szabolcs Nagy[PATCH] fix sinf(NAN)
2017-12-05  Joseph MyersSupport _Float64, _Float32x in libm_alias_double.
2017-12-05  H.J. Lus_sinf.c: Replace floor with simple casts
2017-12-04  Joseph MyersUse __floor not floor in sinf.
2017-12-04  Rajalakshmi Sriniv... New generic sinf
2017-11-28  Joseph MyersSupport ldbl-opt libm_alias_double use from .S files.
2017-11-27  Joseph MyersAdd _Float64x function aliases.
2017-11-24  Joseph MyersUse libm_alias_float128 more in sysdeps/ieee754/float128.
2017-11-24  Joseph MyersSupport _Float64x in libm_alias macros.
2017-11-24  Joseph MyersSupport strfromf64x alias.
2017-11-24  Joseph MyersSupport strtof64x, wcstof64x aliases.
2017-11-17  Joseph MyersSupport bits/floatn.h inclusion from .S files.
2017-10-20  Joseph MyersAdd bits/floatn.h defines for more _FloatN / _FloatNx...
2017-10-18  Joseph MyersAdd _Float128 function aliases.
2017-10-16  Joseph MyersMove some float128 symbol version definitions.
2017-10-16  Joseph MyersSupport strtof128 etc. aliases.
2017-10-13  Joseph MyersUse libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.
2017-10-13  Joseph MyersFix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_othe...
2017-10-13  Joseph MyersFix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.
2017-10-11  Joseph MyersUse generic alias macros in ldbl-opt.
2017-10-10  Joseph MyersAdd libm_alias_*_other_r macros.
2017-10-09  Joseph MyersUse generic macros for lgamma_r function aliases.
2017-10-09  Joseph MyersRemove ldbl-opt w_scalbln.c.
2017-10-06  Joseph MyersUse libm_alias_double in ldbl-128, ldbl-96 fma.
2017-10-06  Joseph MyersUse libm_alias_ldouble for ldbl-128 functions.
2017-10-06  Joseph MyersRemove redundant ldbl-64-128 files.
2017-10-05  Joseph MyersUse libm_alias_ldouble for ldbl-96 functions.
2017-10-04  Joseph MyersUse libm_alias_double for dbl-64 fma.
2017-10-04  Szabolcs Nagy[BZ #22244] Fix yn(n,0) without SVID wrapper
next