| Commit message (Expand) | Author | Age | Files | Lines |
* | sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444] | Martin Jansa | 2019-01-03 | 1 | -0/+12 |
* | ldbl-128ibm-compat: Add printf_size | Gabriel F. T. Gomes | 2018-07-02 | 5 | -0/+58 |
* | Use uint32_t sign in single precision math error handling functions | Szabolcs Nagy | 2018-07-02 | 3 | -11/+11 |
* | ldbl-128ibm-compat: Introduce ieee128 symbols | Rajalakshmi Srinivasaraghavan | 2018-06-28 | 6 | -0/+108 |
* | ldbl-128ibm-compat: Create libm-alias-float128.h | Tulio Magno Quites Machado Filho | 2018-06-20 | 2 | -0/+177 |
* | Add a generic significand implementation | Tulio Magno Quites Machado Filho | 2018-06-20 | 2 | -10/+0 |
* | Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).aaribaud/y2038-rfc-3-base | Joseph Myers | 2018-06-11 | 1 | -8/+6 |
* | Fix i686-linux-gnu build with GCC mainline. | Joseph Myers | 2018-05-22 | 2 | -0/+19 |
* | Add narrowing divide functions. | Joseph Myers | 2018-05-17 | 21 | -2/+541 |
* | math: Merge strtod_nan_*.h into math-type-macros-*.h | Florian Weimer | 2018-05-16 | 6 | -17/+12 |
* | Add narrowing multiply functions. | Joseph Myers | 2018-05-16 | 21 | -2/+541 |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 40 | -0/+40 |
* | Move math_check_force_underflow macros to separate math-underflow.h. | Joseph Myers | 2018-05-10 | 82 | -0/+82 |
* | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers | 2018-05-09 | 26 | -0/+26 |
* | Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397 | Patrick McGehearty | 2018-04-15 | 2 | -7/+211 |
* | [PATCH 7/7] sin/cos slow paths: refactor sincos implementation | Wilco Dijkstra | 2018-04-03 | 2 | -45/+52 |
* | [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosin | Wilco Dijkstra | 2018-04-03 | 1 | -27/+13 |
* | [PATCH 5/7] sin/cos slow paths: remove unused slowpath functions | Wilco Dijkstra | 2018-04-03 | 1 | -444/+3 |
* | [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction | Wilco Dijkstra | 2018-04-03 | 2 | -64/+34 |
* | [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reduction | Wilco Dijkstra | 2018-04-03 | 2 | -53/+47 |
* | [PATCH 2/7] sin/cos slow paths: remove large range reduction | Wilco Dijkstra | 2018-04-03 | 2 | -103/+2 |
* | [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs | Wilco Dijkstra | 2018-04-03 | 1 | -26/+14 |
* | Add narrowing subtract functions. | Joseph Myers | 2018-03-20 | 21 | -2/+542 |
* | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra | 2018-03-15 | 44 | -97/+96 |
* | nldbl-compat.c: Include math.h before nldbl-compat.h. | Zack Weinberg | 2018-03-11 | 1 | -0/+1 |
* | Don't include math.h/math_private.h in math_ldbl_opt.h. | Zack Weinberg | 2018-03-10 | 15 | -3/+19 |
* | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 2018-02-21 | 2 | -3/+2 |
* | Remove mplog and mpexp | Wilco Dijkstra | 2018-02-15 | 4 | -260/+0 |
* | Remove slow paths from exp | Szabolcs Nagy | 2018-02-12 | 3 | -133/+18 |
* | Remove slow paths from pow | Wilco Dijkstra | 2018-02-12 | 5 | -453/+40 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 21 | -1/+549 |
* | Add test infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 2 | -0/+4 |
* | Add build infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 1 | -0/+17 |
* | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 2018-02-07 | 1 | -6/+7 |
* | Remove slow paths from log | Wilco Dijkstra | 2018-02-07 | 2 | -205/+16 |
* | Move LDBL_CLASSIFY_COMPAT to its own header. | Joseph Myers | 2018-02-01 | 6 | -6/+12 |
* | Fix -Os log1p, log1pf build (bug 21314). | Carlos O'Donell | 2018-02-01 | 2 | -3/+26 |
* | Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693). | Joseph Myers | 2018-01-10 | 1 | -2/+2 |
* | Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690). | Joseph Myers | 2018-01-10 | 2 | -12/+12 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 322 | -322/+322 |
* | Avoid signed shift overflow in pow (bug 21309). | Bernd Edlinger | 2017-12-19 | 1 | -1/+2 |
* | Revert exp reimplementation (causes test failures). | Joseph Myers | 2017-12-19 | 4 | -471/+270 |
* | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 2017-12-19 | 4 | -270/+471 |
* | New generic sincosf | Rajalakshmi Srinivasaraghavan | 2017-12-16 | 4 | -237/+297 |
* | Add sysdeps/ieee754/soft-fp. | Joseph Myers | 2017-12-12 | 4 | -0/+205 |
* | New generic cosf | Paul Clarke | 2017-12-11 | 1 | -40/+214 |
* | Don't make local variables static in ldbl-96 j1l. | Joseph Myers | 2017-12-06 | 1 | -1/+1 |
* | Make some ldbl-128, ldbl-128ibm arrays const. | Joseph Myers | 2017-12-06 | 4 | -8/+8 |
* | math: Use sign as double for reduced case in sinf | Adhemerval Zanella | 2017-12-05 | 1 | -2/+2 |
* | [PATCH] fix sinf(NAN) | Szabolcs Nagy | 2017-12-05 | 1 | -3/+3 |