Age | Commit message (Expand) | Author | Files | Lines |
2018-03-20 | Add narrowing subtract functions. | Joseph Myers | 8 | -2/+23830 |
2018-03-15 | Add support for sqrt asm redirects | Wilco Dijkstra | 4 | -0/+4 |
2018-02-15 | Remove mplog and mpexp | Wilco Dijkstra | 1 | -1/+1 |
2018-02-12 | Remove slow paths from exp | Szabolcs Nagy | 1 | -1/+1 |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra | 1 | -2/+2 |
2018-02-10 | Add narrowing add functions. | Joseph Myers | 8 | -2/+23834 |
2018-02-09 | Handle narrowing function sNaN test disabling based on argument format. | Joseph Myers | 3 | -1/+9 |
2018-02-09 | Add test infrastructure for narrowing libm functions. | Joseph Myers | 24 | -57/+580 |
2018-02-09 | Add build infrastructure for narrowing libm functions. | Joseph Myers | 4 | -1/+464 |
2018-02-09 | Remove unused math/Makefile variable libm-test-incs. | Joseph Myers | 1 | -2/+0 |
2018-01-03 | Improve math_errhandling | Wilco Dijkstra | 1 | -4/+10 |
2018-01-02 | Reduce command length in regen-ulps. | Joseph Myers | 1 | -2/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 361 | -361/+361 |
2017-12-19 | Provide a C++ version of iseqsig (bug 22377) | Gabriel F. T. Gomes | 3 | -3/+182 |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers | 1 | -1/+1 |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 1 | -1/+1 |
2017-12-12 | [BZ #22593] Fix nextafter and nexttoward declaration | Szabolcs Nagy | 1 | -2/+2 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -42/+42 |
2017-12-07 | Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471). | Joseph Myers | 4 | -14/+20 |
2017-12-07 | Add _Float32 function aliases. | Joseph Myers | 2 | -106/+106 |
2017-12-06 | Add header for _Float32 testing. | Joseph Myers | 1 | -0/+37 |
2017-12-06 | Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471). | Joseph Myers | 2 | -3/+11 |
2017-12-06 | Add _Float64, _Float32x function aliases. | Joseph Myers | 2 | -2/+108 |
2017-12-05 | Add headers for _Float64, _Float32x testing. | Joseph Myers | 2 | -0/+74 |
2017-11-27 | Add _Float64x function aliases. | Joseph Myers | 1 | -0/+104 |
2017-11-24 | Support testing _Float64x libm functions. | Joseph Myers | 2 | -1/+49 |
2017-11-24 | Fix gen-tgmath-tests.py for _Float64, _Float64x testing. | Joseph Myers | 1 | -2/+2 |
2017-11-15 | Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660). | Joseph Myers | 1 | -57/+147 |
2017-11-03 | Handle more _FloatN, _FloatNx types in __MATH_TG. | Joseph Myers | 1 | -1/+31 |
2017-11-03 | Handle more _FloatN, _FloatNx types in tgmath.h. | Joseph Myers | 1 | -2/+29 |
2017-11-01 | Include bits/cmathcalls.h for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+72 |
2017-11-01 | Clean up complex.h handling of float128. | Joseph Myers | 1 | -15/+13 |
2017-10-31 | Define CMPLX macros for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+25 |
2017-10-31 | Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better. | Joseph Myers | 1 | -0/+2 |
2017-10-30 | Include bits/math-finite.h for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -2/+137 |
2017-10-30 | Remove _Mlong_double_ etc. macros. | Joseph Myers | 4 | -53/+14 |
2017-10-30 | Add _FloatN, _FloatNx M_* constants. | Joseph Myers | 1 | -0/+84 |
2017-10-27 | Include bits/mathcalls.h for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -3/+123 |
2017-10-26 | Add SNAN macros for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+18 |
2017-10-26 | Add HUGE_VAL macros for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+18 |
2017-10-20 | Add bits/floatn.h defines for more _FloatN / _FloatNx types. | Joseph Myers | 1 | -1/+1 |
2017-10-17 | Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296) | Romain Naour | 1 | -0/+9 |
2017-10-16 | Move some float128 symbol version definitions. | Joseph Myers | 1 | -0/+109 |
2017-10-16 | Support running libm tests for float128 as alias for long double. | Joseph Myers | 2 | -4/+11 |
2017-10-11 | Run libm long double tests for long double = double. | Joseph Myers | 6 | -11/+35 |
2017-10-10 | Add libm_alias_*_other_r macros. | Joseph Myers | 8 | -0/+11 |
2017-10-09 | Use generic macros for lgamma_r function aliases. | Joseph Myers | 4 | -13/+6 |
2017-10-09 | Ensure C99 and C11 interfaces are available for C++ [BZ #21326] | Jonathan Wakely | 2 | -1/+163 |
2017-10-04 | test-math-iscanonical.cc: Return errors != 0 | H.J. Lu | 1 | -1/+1 |
2017-10-03 | test-math-iscanonical.cc: Replace bool with int | H.J. Lu | 1 | -1/+1 |