Age | Commit message (Expand) | Author |
2018-08-15 | Use generic sinf/cosf in lgammaf_r | Wilco Dijkstra |
2018-08-14 | Improve performance of sinf and cosf | Wilco Dijkstra |
2018-08-10 | Improve performance of sincosf | Wilco Dijkstra |
2018-08-10 | Clean up converttoint handling and document the semantics | Szabolcs Nagy |
2018-07-02 | Use uint32_t sign in single precision math error handling functions | Szabolcs Nagy |
2018-05-22 | Fix i686-linux-gnu build with GCC mainline. | Joseph Myers |
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-03-15 | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra |
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-16 | New generic sincosf | Rajalakshmi Srinivasaraghavan |
2017-12-11 | New generic cosf | Paul Clarke |
2017-12-05 | math: Use sign as double for reduced case in sinf | Adhemerval Zanella |
2017-12-05 | [PATCH] fix sinf(NAN) | Szabolcs Nagy |
2017-12-05 | s_sinf.c: Replace floor with simple casts | H.J. Lu |
2017-12-04 | Use __floor not floor in sinf. | Joseph Myers |
2017-12-04 | New generic sinf | Rajalakshmi Srinivasaraghavan |
2017-10-10 | Add libm_alias_*_other_r macros. | Joseph Myers |
2017-10-04 | [BZ #22244] Fix yn(n,0) without SVID wrapper | Szabolcs Nagy |
2017-10-02 | Do not wrap logf, log2f and powf | Szabolcs Nagy |
2017-10-02 | Do not wrap expf and exp2f | Szabolcs Nagy |
2017-09-29 | Use fabs(f/l) rather than __fabs | Wilco Dijkstra |
2017-09-29 | New generic powf | Szabolcs Nagy |
2017-09-29 | New generic log2f | Szabolcs Nagy |
2017-09-29 | New generic logf | Szabolcs Nagy |
2017-09-28 | Fix nearbyint arithmetic moved before feholdexcept (bug 22225). | Joseph Myers |
2017-09-25 | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy |
2017-09-22 | Use libm_alias_float in flt-32. | Joseph Myers |
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-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-06-23 | Optimized version of powf() | Paul Clarke |
2017-03-15 | Improve float range reduction accuracy near pi/2 (bug 21094). | 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-02-07 | Fix powf inaccuracy (bug 21112). | Joseph Myers |
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-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 |