about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers2018-06-111-8/+6
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-222-0/+19
* Add narrowing divide functions.Joseph Myers2018-05-1721-2/+541
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-166-17/+12
* Add narrowing multiply functions.Joseph Myers2018-05-1621-2/+541
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-1140-0/+40
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1082-0/+82
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-0926-0/+26
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-152-7/+211
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-032-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2018-04-031-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2018-04-031-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-032-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-032-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-032-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-26/+14
* Add narrowing subtract functions.Joseph Myers2018-03-2021-2/+542
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-1544-97/+96
* nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg2018-03-111-0/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-1015-3/+19
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-212-3/+2
* Remove mplog and mpexpWilco Dijkstra2018-02-154-260/+0
* Remove slow paths from expSzabolcs Nagy2018-02-123-133/+18
* Remove slow paths from powWilco Dijkstra2018-02-125-453/+40
* Add narrowing add functions.Joseph Myers2018-02-1021-1/+549
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-092-0/+4
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+17
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-6/+7
* Remove slow paths from logWilco Dijkstra2018-02-072-205/+16
* Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers2018-02-016-6/+12
* Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell2018-02-012-3/+26
* Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers2018-01-101-2/+2
* Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers2018-01-102-12/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01322-322/+322
* Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger2017-12-191-1/+2
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-194-471/+270
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-194-270/+471
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-164-237/+297
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-124-0/+205
* New generic cosfPaul Clarke2017-12-111-40/+214
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-061-1/+1
* Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers2017-12-064-8/+8
* math: Use sign as double for reduced case in sinfAdhemerval Zanella2017-12-051-2/+2
* [PATCH] fix sinf(NAN)Szabolcs Nagy2017-12-051-3/+3
* Support _Float64, _Float32x in libm_alias_double.Joseph Myers2017-12-051-1/+18
* s_sinf.c: Replace floor with simple castsH.J. Lu2017-12-051-6/+6
* Use __floor not floor in sinf.Joseph Myers2017-12-041-2/+2
* New generic sinfRajalakshmi Srinivasaraghavan2017-12-041-41/+226
* Support ldbl-opt libm_alias_double use from .S files.Joseph Myers2017-11-281-1/+1
* Add _Float64x function aliases.Joseph Myers2017-11-273-0/+13