Age | Commit message (Expand) | Author |
2018-02-10 | Add narrowing add functions. | Joseph Myers |
2018-02-07 | Remove slow paths from log | Wilco Dijkstra |
2018-02-01 | Move LDBL_CLASSIFY_COMPAT to its own header. | Joseph Myers |
2018-02-01 | Fix -Os log1p, log1pf build (bug 21314). | Carlos O'Donell |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-19 | Avoid signed shift overflow in pow (bug 21309). | Bernd Edlinger |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty |
2017-10-04 | Use libm_alias_double for dbl-64 fma. | Joseph Myers |
2017-10-04 | [BZ #22244] Fix yn(n,0) without SVID wrapper | Szabolcs Nagy |
2017-10-04 | [BZ #22243] fix log2(0) and log(10) in downward rounding | Szabolcs Nagy |
2017-10-03 | Use libm_alias_double for dbl-64 modf. | Joseph Myers |
2017-10-03 | Use libm_alias_double for dbl-64 logb. | Joseph Myers |
2017-10-03 | Use libm_alias_float for dbl-64 fmaf. | Joseph Myers |
2017-10-03 | Use libm_alias_double for dbl-64 frexp. | Joseph Myers |
2017-10-03 | Use libm_alias_double for more dbl-64 functions. | Joseph Myers |
2017-10-02 | Use libm_alias_double for dbl-64 atan, tan. | Joseph Myers |
2017-10-02 | Make dbl-64 atan and tan into weak aliases. | Joseph Myers |
2017-09-29 | Use libm_alias_double for some dbl-64 functions. | Joseph Myers |
2017-09-29 | Use fabs(f/l) rather than __fabs | Wilco Dijkstra |
2017-09-28 | Fix nearbyint arithmetic moved before feholdexcept (bug 22225). | Joseph Myers |
2017-09-25 | Fix typo in sincos32.h inclusion guard. | Stefan Liebler |
2017-09-14 | Make more libm functions into weak aliases. | Joseph Myers |
2017-09-13 | Move exp compat wrappers under math/ | Szabolcs Nagy |
2017-09-05 | Prefer new libm function wrappers for !LIBM_SVID_COMPAT. | Joseph Myers |
2017-08-24 | Fix CFLAGS override in sysdeps/ieee754/dbl-64 | Szabolcs Nagy |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers |
2017-08-03 | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-02-17 | Fix lgamma*, log10* and log2* results [BZ #21171] | Tulio Magno Quites Machado Filho |
2017-02-15 | Fix y0 and y1 exception handling for zero input [BZ #21134] | Gabriel F. T. Gomes |
2017-02-08 | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-07 | Fix hypot sNaN handling (bug 20940). | Joseph Myers |
2016-12-02 | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers |
2016-12-02 | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers |
2016-10-17 | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers |
2016-10-14 | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-10-06 | Update comments for some functions in s_sin.c | Siddhesh Poyarekar |
2016-10-06 | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar |
2016-10-06 | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar |
2016-10-06 | Check n instead of k1 to decide on sign of sin/cos result | Siddhesh Poyarekar |
2016-10-06 | Make the quadrant shift K a bool in do_sincos_* functions | Siddhesh Poyarekar |