summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)Author
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers
2017-11-28Support ldbl-opt libm_alias_double use from .S files.Joseph Myers
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers
2017-10-18Add _Float128 function aliases.Joseph Myers
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers
2017-10-09Remove ldbl-opt w_scalbln.c.Joseph Myers
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers
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-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-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
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-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers