summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128
AgeCommit message (Expand)Author
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-24Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers
2017-11-24Support strfromf64x alias.Joseph Myers
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-06Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-14Make more libm functions into weak aliases.Joseph Myers
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-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-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-06-07float128: Add strfromf128Gabriel 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-09float128: Add _Float128 make bits to libm.Paul E. Murphy