about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-1413-11/+17
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-1422-32/+38
* Add new log2 implementationSzabolcs Nagy2018-09-124-244/+360
* Add new log implementationSzabolcs Nagy2018-09-125-3565/+474
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-0511-3486/+696
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-0427-27/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0371-0/+71
* Remove unused math filesWilco Dijkstra2018-08-247-595/+0
* Speedup tanf range reductionWilco Dijkstra2018-08-231-1/+28
* Use generic sinf/cosf in lgammaf_rWilco Dijkstra2018-08-153-112/+8
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-370/+134
* Improve performance of sincosfWilco Dijkstra2018-08-103-132/+256
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-102-9/+16
* ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes2018-07-025-0/+58
* Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy2018-07-023-11/+11
* ldbl-128ibm-compat: Introduce ieee128 symbolsRajalakshmi Srinivasaraghavan2018-06-286-0/+108
* ldbl-128ibm-compat: Create libm-alias-float128.hTulio Magno Quites Machado Filho2018-06-202-0/+177
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-202-10/+0
* 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