Age | Commit message (Expand) | Author |
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 |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers |
2018-09-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers |
2018-09-12 | Add new log2 implementation | Szabolcs Nagy |
2018-09-12 | Add new log implementation | Szabolcs Nagy |
2018-09-05 | Add new exp and exp2 implementations | Szabolcs Nagy |
2018-09-04 | Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h. | Joseph Myers |
2018-09-03 | Do not include fenv_private.h in math_private.h. | Joseph Myers |
2018-08-29 | Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite. | Joseph Myers |
2018-08-24 | Remove unused math files | Wilco Dijkstra |
2018-08-22 | Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h. | Joseph Myers |
2018-08-22 | Move ROUNDING_TESTS_* out of math-tests.h. | Joseph Myers |
2018-08-10 | Improve performance of sincosf | Wilco Dijkstra |
2018-08-09 | Replace gen-libm-test.pl with gen-libm-test.py. | Joseph Myers |
2018-08-08 | Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc. | Joseph Myers |
2018-08-03 | Consistently terminate libm-test-*.inc TEST lines with commas. | Joseph Myers |
2018-08-01 | Fix math/test-misc.c for undefined fenv.h macros. | Joseph Myers |
2018-06-20 | Add a generic significand implementation | Tulio Magno Quites Machado Filho |
2018-06-20 | Move declare_mgen_finite_alias definition | Tulio Magno Quites Machado Filho |
2018-06-12 | Do not use const attribute for nan functions (bug 23277). | Joseph Myers |
2018-06-11 | Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272). | Joseph Myers |
2018-05-24 | Fix parameter type in C++ version of iseqsig (bug 23171) | Gabriel F. T. Gomes |
2018-05-18 | Split test-tgmath3 by function. | Joseph Myers |
2018-05-17 | Add narrowing divide functions. | Joseph Myers |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers |
2018-05-11 | powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdouble | Tulio Magno Quites Machado Filho |
2018-05-11 | Do not include math-barriers.h in math_private.h. | Joseph Myers |
2018-05-10 | Move math_check_force_underflow macros to separate math-underflow.h. | Joseph Myers |
2018-05-09 | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers |
2018-04-30 | Replace hidden_def with libm_hidden_def in math | Tulio Magno Quites Machado Filho |
2018-04-27 | Replace M_SUF (M_LN2) with M_MLIT (M_LN2) | Tulio Magno Quites Machado Filho |