| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-29 | x86-64: Add vector erf/erff implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector acosh/acoshf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector atanh/atanhf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector log1p/log1pf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector log2/log2f implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector log10/log10f implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector atan2/atan2f implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector cbrt/cbrtf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector sinh/sinhf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector expm1/expm1f implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector cosh/coshf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector exp10/exp10f implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector exp2/exp2f implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector hypot/hypotf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector asin/asinf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-29 | x86-64: Add vector atan/atanf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-23 | math: Properly cast X_TLOSS to float [BZ #28713] |  H.J. Lu | 4 | -6/+11 |
| 2021-12-22 | x86-64: Add vector acos/acosf implementation to libmvec |  Sunil K Pandey | 1 | -1/+1 |
| 2021-12-13 | math: Remove the error handling wrapper from hypot and hypotf |  Adhemerval Zanella | 5 | -6/+31 |
| 2021-12-13 | math: Add math-use-builtinds-fmin.h |  Adhemerval Zanella | 1 | -0/+5 |
| 2021-12-13 | math: Add math-use-builtinds-fmax.h |  Adhemerval Zanella | 1 | -0/+5 |
| 2021-10-06 | math: Also xfail the new j0f tests for ibm128-libgcc |  Adhemerval Zanella | 2 | -1144/+1144 |
| 2021-10-05 | Fixed inaccuracy of j0f (BZ #28185) |  Paul Zimmermann | 2 | -0/+1145 |
| 2021-09-30 | Add exp10 macro to <tgmath.h> (bug 26108) |  Joseph Myers | 4 | -4/+21 |
| 2021-09-29 | Do not declare fmax, fmin _FloatN, _FloatNx versions for C2X |  Joseph Myers | 2 | -2/+12 |
| 2021-09-29 | Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397) |  Joseph Myers | 1 | -0/+2 |
| 2021-09-28 | Add fmaximum, fminimum functions |  Joseph Myers | 22 | -6/+1554 |
| 2021-09-22 | Add narrowing fma functions |  Joseph Myers | 13 | -305/+36072 |
| 2021-09-22 | Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs |  Joseph Myers | 3 | -3664/+3664 |
| 2021-09-21 | Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) |  Joseph Myers | 4 | -17/+9586 |
| 2021-09-15 | Redirect fma calls to __fma in libm |  Joseph Myers | 3 | -0/+3 |
| 2021-09-10 | Add narrowing square root functions |  Joseph Myers | 13 | -91/+4716 |
| 2021-09-03 | Remove "Contributed by" lines |  Siddhesh Poyarekar | 128 | -141/+0 |
| 2021-06-01 | Update floating-point feature test macro handling for C2X |  Joseph Myers | 2 | -12/+30 |
| 2021-04-07 | Improve the accuracy of tgamma (BZ #26983) |  Paul Zimmermann | 3 | -1/+346 |
| 2021-04-02 | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] |  Paul Zimmermann | 5 | -3/+242 |
| 2021-03-30 | Avoid adding duplicated symbols into static libraries |  Siddhesh Poyarekar | 1 | -0/+3 |
| 2021-03-11 | math: Remove mpa files [BZ #15267] |  Wilco Dijkstra | 1 | -2/+1 |
| 2021-03-09 | math: test-matherr and test-matherr-2 can be regular tests |  Florian Weimer | 2 | -12/+7 |
| 2021-03-09 | math: $(libm-tests-compat) can be regular tests |  Florian Weimer | 1 | -2/+1 |
| 2021-02-27 | Add inputs that generate larger error bounds |  Paul Zimmermann | 18 | -0/+3060 |
| 2021-01-15 | math/test-tgmath2: Fix fabs failure when no long double |  Stafford Horne | 1 | -2/+2 |
| 2021-01-13 | Use the right argument code in unnormal tests |  Siddhesh Poyarekar | 5 | -33/+35 |
| 2021-01-04 | Drop nan-pseudo-number.h usage from tests |  Siddhesh Poyarekar | 5 | -11/+10 |
| 2021-01-02 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 372 | -372/+372 |
| 2020-12-30 | x86 long double: Add tests for pseudo normal numbers |  Siddhesh Poyarekar | 5 | -0/+94 |
| 2020-12-21 | add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64) |  Paul Zimmermann | 9 | -0/+568 |
| 2020-08-08 | math: Regenerate auto-libm-test-out-j0 |  Adhemerval Zanella | 1 | -0/+25 |
| 2020-08-07 | math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny |  Paul Zimmermann | 1 | -0/+2 |
| 2020-07-06 | Use C2x return value from getpayload of non-NaN (bug 26073). |  Joseph Myers | 1 | -11/+11 |