Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | Remove math-finite.h | Wilco Dijkstra | 2 | -222/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 380 | -381/+381 |
2019-09-05 | Use __attribute_pure__ macro in bits/mathcalls.h | Gabriel F. T. Gomes | 1 | -2/+2 |
2019-09-05 | math: Replace const attribute with pure in totalorder* functions | Gabriel F. T. Gomes | 1 | -3/+4 |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert | 2 | -2/+2 |
2019-08-21 | Add tgmath.h macros for narrowing functions. | Joseph Myers | 3 | -20/+337 |
2019-08-16 | Correct TEST_COMPAT conditions in totalorder compat tests. | Joseph Myers | 2 | -2/+2 |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 11 | -506/+624 |
2019-08-13 | Declare some TS 18661-4 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 4 | -18/+22 |
2019-03-26 | math: Enable some math builtins for clang | Adhemerval Zanella | 1 | -6/+11 |
2019-03-07 | Fix location where math-vector-fortran.h is installed. | marxin | 2 | -1/+20 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -1/+1 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -4/+4 |
2019-02-20 | Add new Fortran vector math header file. | marxin | 1 | -0/+1 |
2019-02-08 | math: Enable <bits/math-finite.h> sysdeps override | Florian Weimer | 1 | -197/+0 |
2019-01-15 | Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests | Tulio Magno Quites Machado Filho | 1 | -56/+56 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 378 | -378/+378 |
2018-12-11 | Fix powf overflow handling in non-nearest rounding mode [BZ #23961] | Szabolcs Nagy | 2 | -0/+52 |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy | 3 | -4/+26 |
2018-11-21 | Remove the error handling wrapper from log2 | Szabolcs Nagy | 3 | -4/+26 |
2018-11-21 | Remove the error handling wrapper from log | Szabolcs Nagy | 3 | -4/+26 |
2018-11-21 | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy | 5 | -7/+54 |
2018-10-29 | Patch to require Python 3.4 or later to build glibc. | Joseph Myers | 1 | -10/+0 |
2018-10-24 | Use gen-libm-test.py to generate ulps table for manual. | Joseph Myers | 1 | -0/+96 |
2018-10-17 | Do not allow divide-by-zero exception for pow(+/- 0, -Inf). | Joseph Myers | 1 | -2/+7 |
2018-10-02 | Add more fma tests. | Joseph Myers | 1 | -0/+193 |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers | 14 | -14/+0 |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2 | -18/+18 |
2018-09-19 | Add new pow implementation | Szabolcs Nagy | 1 | -1/+1 |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 3 | -3/+3 |
2018-09-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 10 | -10/+10 |
2018-09-12 | Add new log2 implementation | Szabolcs Nagy | 1 | -1/+2 |
2018-09-12 | Add new log implementation | Szabolcs Nagy | 1 | -1/+1 |
2018-09-05 | Add new exp and exp2 implementations | Szabolcs Nagy | 1 | -2/+2 |
2018-09-04 | Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h. | Joseph Myers | 33 | -32/+5 |
2018-09-03 | Do not include fenv_private.h in math_private.h. | Joseph Myers | 33 | -0/+33 |
2018-08-29 | Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite. | Joseph Myers | 1 | -4/+3 |
2018-08-24 | Remove unused math files | Wilco Dijkstra | 1 | -7/+9 |
2018-08-22 | Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h. | Joseph Myers | 7 | -24/+3 |
2018-08-22 | Move ROUNDING_TESTS_* out of math-tests.h. | Joseph Myers | 6 | -0/+12 |
2018-08-10 | Improve performance of sincosf | Wilco Dijkstra | 1 | -1/+1 |
2018-08-09 | Replace gen-libm-test.pl with gen-libm-test.py. | Joseph Myers | 8 | -874/+631 |
2018-08-08 | Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc. | Joseph Myers | 2 | -5/+4 |
2018-08-03 | Consistently terminate libm-test-*.inc TEST lines with commas. | Joseph Myers | 3 | -22/+22 |
2018-08-01 | Fix math/test-misc.c for undefined fenv.h macros. | Joseph Myers | 1 | -0/+6 |
2018-06-20 | Add a generic significand implementation | Tulio Magno Quites Machado Filho | 5 | -97/+36 |
2018-06-20 | Move declare_mgen_finite_alias definition | Tulio Magno Quites Machado Filho | 1 | -7/+0 |
2018-06-12 | Do not use const attribute for nan functions (bug 23277). | Joseph Myers | 3 | -2/+36 |
2018-06-11 | Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272). | Joseph Myers | 1 | -0/+33 |