Age | Commit message (Expand) | Author |
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 |
2019-10-21 | Remove x64 _finite tests and references | Wilco Dijkstra |
2019-10-21 | Remove finite-math tests | Wilco Dijkstra |
2019-10-21 | Remove math-finite.h | Wilco Dijkstra |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-09-05 | Use __attribute_pure__ macro in bits/mathcalls.h | Gabriel F. T. Gomes |
2019-09-05 | math: Replace const attribute with pure in totalorder* functions | Gabriel F. T. Gomes |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert |
2019-08-21 | Add tgmath.h macros for narrowing functions. | Joseph Myers |
2019-08-16 | Correct TEST_COMPAT conditions in totalorder compat tests. | Joseph Myers |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers |
2019-08-13 | Declare some TS 18661-4 interfaces for C2X. | Joseph Myers |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers |
2019-03-26 | math: Enable some math builtins for clang | Adhemerval Zanella |
2019-03-07 | Fix location where math-vector-fortran.h is installed. | marxin |
2019-02-27 | Add some spaces before '('. | Joseph Myers |
2019-02-22 | Break some lines before not after operators. | Joseph Myers |
2019-02-20 | Add new Fortran vector math header file. | marxin |
2019-02-08 | math: Enable <bits/math-finite.h> sysdeps override | Florian Weimer |
2019-01-15 | Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests | Tulio Magno Quites Machado Filho |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-11 | Fix powf overflow handling in non-nearest rounding mode [BZ #23961] | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from log2 | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from log | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy |
2018-10-29 | Patch to require Python 3.4 or later to build glibc. | Joseph Myers |
2018-10-24 | Use gen-libm-test.py to generate ulps table for manual. | Joseph Myers |
2018-10-17 | Do not allow divide-by-zero exception for pow(+/- 0, -Inf). | Joseph Myers |
2018-10-02 | Add more fma tests. | Joseph Myers |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers |
2018-09-19 | Add new pow implementation | Szabolcs Nagy |