Age | Commit message (Expand) | Author |
2021-10-06 | math: Also xfail the new j0f tests for ibm128-libgcc | Adhemerval Zanella |
2021-10-05 | Fixed inaccuracy of j0f (BZ #28185) | Paul Zimmermann |
2021-09-30 | Add exp10 macro to <tgmath.h> (bug 26108) | Joseph Myers |
2021-09-29 | Do not declare fmax, fmin _FloatN, _FloatNx versions for C2X | Joseph Myers |
2021-09-29 | Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397) | Joseph Myers |
2021-09-28 | Add fmaximum, fminimum functions | Joseph Myers |
2021-09-22 | Add narrowing fma functions | Joseph Myers |
2021-09-22 | Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs | Joseph Myers |
2021-09-21 | Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) | Joseph Myers |
2021-09-15 | Redirect fma calls to __fma in libm | Joseph Myers |
2021-09-10 | Add narrowing square root functions | Joseph Myers |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |
2021-06-01 | Update floating-point feature test macro handling for C2X | Joseph Myers |
2021-04-07 | Improve the accuracy of tgamma (BZ #26983) | Paul Zimmermann |
2021-04-02 | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] | Paul Zimmermann |
2021-03-30 | Avoid adding duplicated symbols into static libraries | Siddhesh Poyarekar |
2021-03-11 | math: Remove mpa files [BZ #15267] | Wilco Dijkstra |
2021-03-09 | math: test-matherr and test-matherr-2 can be regular tests | Florian Weimer |
2021-03-09 | math: $(libm-tests-compat) can be regular tests | Florian Weimer |
2021-02-27 | Add inputs that generate larger error bounds | Paul Zimmermann |
2021-01-15 | math/test-tgmath2: Fix fabs failure when no long double | Stafford Horne |
2021-01-13 | Use the right argument code in unnormal tests | Siddhesh Poyarekar |
2021-01-04 | Drop nan-pseudo-number.h usage from tests | Siddhesh Poyarekar |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-30 | x86 long double: Add tests for pseudo normal numbers | Siddhesh Poyarekar |
2020-12-21 | add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64) | Paul Zimmermann |
2020-08-08 | math: Regenerate auto-libm-test-out-j0 | Adhemerval Zanella |
2020-08-07 | math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny | Paul Zimmermann |
2020-07-06 | Use C2x return value from getpayload of non-NaN (bug 26073). | Joseph Myers |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella |
2020-06-19 | math: Optimized generic exp10f with wrappers | Paul Zimmermann |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy |
2020-04-17 | Remove __NO_MATH_INLINES | Adhemerval Zanella |
2020-04-07 | powerpc: Update ULPs and xfail more ibm128 outputs | Tulio Magno Quites Machado Filho |
2020-03-31 | math: Add inputs that yield larger errors for float type (x86_64) | Paul Zimmermann |
2020-03-30 | math: Remove fenvinline.h | Adhemerval Zanella |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella |
2020-03-19 | Remove __LIBC_INTERNAL_MATH_INLINES | Adhemerval Zanella |
2020-03-19 | math: Remove mathinline | Adhemerval Zanella |
2020-03-17 | Fix build with GCC 10 when long double = double. | Joseph Myers |
2020-03-06 | ldbl-128ibm-compat: Add tests for IBM long double functions | Rajalakshmi Srinivasaraghavan |
2020-03-03 | Convert Python scripts to Python 3 | Alistair Francis |
2020-02-28 | ldbl-128ibm-compat: Redirect complex math functions | Rajalakshmi Srinivasaraghavan |
2020-02-28 | ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions | Tulio Magno Quites Machado Filho |
2020-02-20 | ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions | Tulio Magno Quites Machado Filho |
2020-02-20 | Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294] | Tulio Magno Quites Machado Filho |
2020-02-14 | Add a generic scalb implementation | Tulio Magno Quites Machado Filho |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-11-07 | math: enhance the endloop condition of function handle_input_flag | liqingqing |