| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use libm_alias_double for dbl-64 atan, tan. | Joseph Myers | 2017-10-02 | 2 | -10/+0 |
* | Use libm_alias_double for some dbl-64 functions. | Joseph Myers | 2017-09-29 | 11 | -66/+1 |
* | Fix powerpc64le problem from last ldbl-opt patch. | Joseph Myers | 2017-09-18 | 2 | -0/+16 |
* | Use libm_alias_ldouble in math/. | Joseph Myers | 2017-09-18 | 22 | -143/+0 |
* | Use libm_alias_double in math/. | Joseph Myers | 2017-09-15 | 22 | -103/+0 |
* | Define and use libm_alias_ldouble. | Joseph Myers | 2017-09-13 | 2 | -38/+41 |
* | Move exp compat wrappers under math/ | Szabolcs Nagy | 2017-09-13 | 2 | -1/+8 |
* | Clear up log1p, ldexp, scalbn, scalbln compat handling. | Joseph Myers | 2017-09-13 | 7 | -40/+10 |
* | Define and use libm_alias_double. | Joseph Myers | 2017-09-13 | 5 | -18/+58 |
* | Prefer new libm function wrappers for !LIBM_SVID_COMPAT. | Joseph Myers | 2017-09-05 | 21 | -3/+45 |
* | Obsolete pow10 functions. | Joseph Myers | 2017-09-01 | 4 | -12/+18 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 1 | -2/+2 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 4 | -6/+6 |
* | Also create and use ldbl-compat-choose.h. | Joseph Myers | 2017-05-19 | 6 | -26/+8 |
* | Create and use first-versions.h with macros for function symbol versions. | Joseph Myers | 2017-05-19 | 1 | -32/+3 |
* | float128: Add private _Float128 declarations for libm. | Paul E. Murphy | 2017-05-15 | 1 | -0/+1 |
* | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes | 2017-02-08 | 1 | -1/+1 |
* | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-02-08 | 2 | -2/+2 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 42 | -42/+42 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 24 | -24/+24 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 6 | -1/+110 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 2 | -1/+29 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 5 | -1/+65 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -0/+24 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 3 | -1/+33 |
* | Make ilogb wrappers type-generic. | Joseph Myers | 2016-11-28 | 3 | -10/+1 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 2 | -1/+28 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 2 | -1/+28 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 3 | -1/+34 |
* | Add getpayloadl to libnldbl. | Joseph Myers | 2016-10-26 | 2 | -1/+28 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 2 | -0/+9 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 2 | -1/+28 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 2 | -1/+28 |
* | Build s_nan* objects from a generic template | Paul E. Murphy | 2016-09-20 | 3 | -10/+1 |
* | Make ldexpF generic. | Paul E. Murphy | 2016-09-20 | 2 | -6/+46 |
* | Make common fmin implementation generic. | Paul E. Murphy | 2016-09-01 | 3 | -10/+1 |
* | Make common fmax implementation generic. | Paul E. Murphy | 2016-09-01 | 3 | -10/+1 |
* | Make common nextdown implementation generic. | Paul E. Murphy | 2016-09-01 | 1 | -0/+5 |
* | Make common fdim implementation generic. | Paul E. Murphy | 2016-09-01 | 4 | -13/+10 |
* | Convert remaining complex function to generated files | Paul E. Murphy | 2016-08-29 | 12 | -74/+28 |
* | Convert _Complex tangent functions to generated code | Paul E. Murphy | 2016-08-19 | 8 | -48/+0 |
* | Convert _Complex sine functions to generated code | Paul E. Murphy | 2016-08-19 | 8 | -48/+0 |
* | Convert _Complex cosine functions to generated code | Paul E. Murphy | 2016-08-19 | 8 | -48/+0 |
* | Support for type-generic libm function implementations libm | Paul E. Murphy | 2016-08-17 | 12 | -60/+87 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 3 | -1/+58 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 2 | -2/+2 |
* | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 2015-11-20 | 4 | -12/+18 |
* | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 2015-11-02 | 1 | -0/+3 |
* | Make drem an alias of remainder (bug 16171). | Joseph Myers | 2015-10-29 | 7 | -21/+8 |
* | Fix nexttoward overflow in non-default rounding modes (bug 19059). | Joseph Myers | 2015-10-02 | 1 | -2/+2 |