| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not wrap logf, log2f and powf | Szabolcs Nagy | 2017-10-02 | 6 | -6/+24 |
* | Do not wrap expf and exp2f | Szabolcs Nagy | 2017-10-02 | 4 | -4/+23 |
* | Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 2 | -6/+0 |
* | Use libm_alias_double for some dbl-64 functions. | Joseph Myers | 2017-09-29 | 40 | -206/+52 |
* | Use fabs(f/l) rather than __fabs | Wilco Dijkstra | 2017-09-29 | 11 | -11/+11 |
* | New generic powf | Szabolcs Nagy | 2017-09-29 | 3 | -199/+261 |
* | New generic log2f | Szabolcs Nagy | 2017-09-29 | 3 | -73/+130 |
* | New generic logf | Szabolcs Nagy | 2017-09-29 | 3 | -73/+131 |
* | Fix nearbyint arithmetic moved before feholdexcept (bug 22225). | Joseph Myers | 2017-09-28 | 4 | -10/+10 |
* | Fix typo in sincos32.h inclusion guard. | Stefan Liebler | 2017-09-25 | 1 | -1/+1 |
* | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy | 2017-09-25 | 6 | -566/+374 |
* | Use libm_alias_float in flt-32. | Joseph Myers | 2017-09-22 | 40 | -39/+73 |
* | Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c | Gabriel F. T. Gomes | 2017-09-21 | 2 | -10/+2 |
* | ldbl-128ibm: Automatic replacing of _Float128 and L() | Gabriel F. T. Gomes | 2017-09-21 | 6 | -2253/+2241 |
* | ldbl-128ibm: Copy implementations from ldbl-128 instead of including them | Gabriel F. T. Gomes | 2017-09-21 | 6 | -12/+3814 |
* | 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 |
* | Make more libm functions into weak aliases. | Joseph Myers | 2017-09-14 | 61 | -78/+156 |
* | 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 | 7 | -186/+2 |
* | 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 | 30 | -24/+86 |
* | Obsolete pow10 functions. | Joseph Myers | 2017-09-01 | 4 | -12/+18 |
* | Simplify NAN definitions. | Joseph Myers | 2017-08-31 | 1 | -52/+0 |
* | Simplify INFINITY definitions. | Joseph Myers | 2017-08-31 | 1 | -29/+0 |
* | Simplify HUGE_VAL definitions. | Joseph Myers | 2017-08-31 | 2 | -104/+0 |
* | Simplify math-svid-compat code. | Joseph Myers | 2017-08-28 | 1 | -6/+1 |
* | Fix CFLAGS override in sysdeps/ieee754/dbl-64 | Szabolcs Nagy | 2017-08-24 | 1 | -3/+3 |
* | Fix GCC 7 build of k_standard.c. | Joseph Myers | 2017-08-21 | 1 | -0/+3 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 10 | -17/+21 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 133 | -228/+228 |
* | Fix cexpl when compiled with latest GCC | Steve Ellcey | 2017-07-21 | 1 | -0/+1 |
* | float128: Add signbit alternative for old compilers | Gabriel F. T. Gomes | 2017-06-30 | 1 | -1/+36 |
* | Add libio-mtsafe flags to the build of strfromf128 | Gabriel F. T. Gomes | 2017-06-23 | 1 | -0/+4 |
* | Optimized version of powf() | Paul Clarke | 2017-06-23 | 1 | -101/+70 |
* | Support _Float128 in ldbl-96 bits/iscanonical.h. | Joseph Myers | 2017-06-22 | 1 | -0/+3 |
* | Fix float128_private.h redefinition of SET_RESTORE_ROUNDL. | Joseph Myers | 2017-06-22 | 1 | -1/+1 |
* | Make float128_private.h work with generic ieee754.h. | Joseph Myers | 2017-06-22 | 1 | -0/+4 |
* | Fix float128 uses of xlocale.h. | Joseph Myers | 2017-06-22 | 3 | -3/+3 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 9 | -13/+13 |
* | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2017-06-20 | 2 | -2/+0 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 10 | -0/+291 |
* | float128: Add strfromf128 | Gabriel F. T. Gomes | 2017-06-07 | 3 | -1/+31 |
* | Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro | Gabriel F. T. Gomes | 2017-06-07 | 2 | -85/+107 |
* | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 2017-06-07 | 4 | -1/+27 |
* | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy | 2017-05-25 | 86 | -0/+646 |
* | 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 |