aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2017-09-22Use libm_alias_float in flt-32.Joseph Myers
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes
2017-09-21ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes
2017-09-21ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes
2017-09-18Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers
2017-09-15Use libm_alias_double in math/.Joseph Myers
2017-09-14Make more libm functions into weak aliases.Joseph Myers
2017-09-13Define and use libm_alias_ldouble.Joseph Myers
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy
2017-09-13Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers
2017-09-13Define and use libm_alias_double.Joseph Myers
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-31Simplify NAN definitions.Joseph Myers
2017-08-31Simplify INFINITY definitions.Joseph Myers
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-08-28Simplify math-svid-compat code.Joseph Myers
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy
2017-08-21Fix GCC 7 build of k_standard.c.Joseph Myers
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-07-21Fix cexpl when compiled with latest GCCSteve Ellcey
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes
2017-06-23Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes
2017-06-23Optimized version of powf()Paul Clarke
2017-06-22Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers
2017-06-22Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers
2017-06-22Make float128_private.h work with generic ieee754.h.Joseph Myers
2017-06-22Fix float128 uses of xlocale.h.Joseph Myers
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy
2017-05-19Also create and use ldbl-compat-choose.h.Joseph Myers
2017-05-19Create and use first-versions.h with macros for function symbol versions.Joseph Myers
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes