| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 390 | -390/+390 |
* | C2x semantics for <tgmath.h> | Joseph Myers | 2023-01-06 | 2 | -162/+297 |
* | Disable use of -fsignaling-nans if compiler does not support it | Adhemerval Zanella | 2022-11-01 | 9 | -10/+33 |
* | Fix build with GCC 13 _FloatN, _FloatNx built-in functions | Joseph Myers | 2022-10-31 | 1 | -7/+240 |
* | Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13 | Joseph Myers | 2022-09-30 | 2 | -1/+339 |
* | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2022-09-22 | 1 | -1/+1 |
* | math: Add more input to atanh accuracy tests | Sunil K Pandey | 2022-02-24 | 2 | -0/+28 |
* | math: Add more inputs to atan2 accuracy tests [BZ #28765] | Sunil K Pandey | 2022-01-14 | 2 | -0/+796 |
* | math: Fix float conversion regressions with gcc-12 [BZ #28713] | Szabolcs Nagy | 2022-01-10 | 7 | -10/+27 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 390 | -391/+391 |
* | x86-64: Add vector tan/tanf implementation to libmvec | Sunil K Pandey | 2021-12-30 | 1 | -1/+1 |
* | x86-64: Add vector erfc/erfcf implementation to libmvec | Sunil K Pandey | 2021-12-30 | 1 | -1/+1 |
* | x86-64: Add vector asinh/asinhf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector tanh/tanhf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector erf/erff implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector acosh/acoshf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector atanh/atanhf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector log1p/log1pf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector log2/log2f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector log10/log10f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector atan2/atan2f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector cbrt/cbrtf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector sinh/sinhf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector expm1/expm1f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector cosh/coshf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector exp10/exp10f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector exp2/exp2f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector hypot/hypotf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector asin/asinf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | x86-64: Add vector atan/atanf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -1/+1 |
* | math: Properly cast X_TLOSS to float [BZ #28713] | H.J. Lu | 2021-12-23 | 4 | -6/+11 |
* | x86-64: Add vector acos/acosf implementation to libmvec | Sunil K Pandey | 2021-12-22 | 1 | -1/+1 |
* | math: Remove the error handling wrapper from hypot and hypotf | Adhemerval Zanella | 2021-12-13 | 5 | -6/+31 |
* | math: Add math-use-builtinds-fmin.h | Adhemerval Zanella | 2021-12-13 | 1 | -0/+5 |
* | math: Add math-use-builtinds-fmax.h | Adhemerval Zanella | 2021-12-13 | 1 | -0/+5 |
* | math: Also xfail the new j0f tests for ibm128-libgcc | Adhemerval Zanella | 2021-10-06 | 2 | -1144/+1144 |
* | Fixed inaccuracy of j0f (BZ #28185) | Paul Zimmermann | 2021-10-05 | 2 | -0/+1145 |
* | Add exp10 macro to <tgmath.h> (bug 26108) | Joseph Myers | 2021-09-30 | 4 | -4/+21 |
* | Do not declare fmax, fmin _FloatN, _FloatNx versions for C2X | Joseph Myers | 2021-09-29 | 2 | -2/+12 |
* | Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397) | Joseph Myers | 2021-09-29 | 1 | -0/+2 |
* | Add fmaximum, fminimum functions | Joseph Myers | 2021-09-28 | 22 | -6/+1554 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 13 | -308/+36075 |
* | Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs | Joseph Myers | 2021-09-22 | 3 | -3664/+3664 |
* | Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) | Joseph Myers | 2021-09-21 | 4 | -17/+9586 |
* | Redirect fma calls to __fma in libm | Joseph Myers | 2021-09-15 | 3 | -0/+3 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 13 | -91/+4716 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 128 | -141/+0 |
* | Update floating-point feature test macro handling for C2X | Joseph Myers | 2021-06-01 | 2 | -12/+30 |
* | Improve the accuracy of tgamma (BZ #26983) | Paul Zimmermann | 2021-04-07 | 3 | -1/+346 |
* | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] | Paul Zimmermann | 2021-04-02 | 5 | -3/+242 |