summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy
2018-06-28ldbl-128ibm-compat: Introduce ieee128 symbolsRajalakshmi Srinivasaraghavan
2018-06-20ldbl-128ibm-compat: Create libm-alias-float128.hTulio Magno Quites Machado Filho
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho
2018-06-11Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-02-07Remove slow paths from logWilco Dijkstra
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell
2018-01-10Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers
2018-01-10Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-16New generic sincosfRajalakshmi Srinivasaraghavan
2017-12-12Add sysdeps/ieee754/soft-fp.Joseph Myers
2017-12-11New generic cosfPaul Clarke
2017-12-06Don't make local variables static in ldbl-96 j1l.Joseph Myers
2017-12-06Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers