aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert13-13/+13
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta1-0/+2
2020-05-04float128: use builtin_signbitf128 alwaysPaul E. Murphy1-18/+1
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho1-0/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-0/+26
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers13-13/+13
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-0/+3
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+3
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+3
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-0/+3
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+3
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-0/+3
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-0/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert13-13/+13
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-0/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers13-13/+13
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-0/+1
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers1-0/+1
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers1-0/+1
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-0/+1
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1
2018-05-17Add narrowing divide functions.Joseph Myers4-0/+20
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer3-8/+6
2018-05-16Add narrowing multiply functions.Joseph Myers4-0/+20
2018-03-20Add narrowing subtract functions.Joseph Myers4-0/+20
2018-02-10Add narrowing add functions.Joseph Myers4-0/+21
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-0/+17
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers13-13/+13
2017-11-27Add _Float64x function aliases.Joseph Myers1-0/+1
2017-11-24Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers6-6/+6
2017-11-24Support strfromf64x alias.Joseph Myers1-1/+12
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers2-0/+32
2017-10-16Move some float128 symbol version definitions.Joseph Myers1-109/+0
2017-10-06Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers1-0/+6
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2-6/+0
2017-09-14Make more libm functions into weak aliases.Joseph Myers7-6/+16
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-1/+36
2017-06-23Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes1-0/+4
2017-06-22Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers1-1/+1
2017-06-22Make float128_private.h work with generic ieee754.h.Joseph Myers1-0/+4
2017-06-22Fix float128 uses of xlocale.h.Joseph Myers3-3/+3
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg3-3/+3
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy10-0/+291
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes3-1/+31
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes3-0/+25
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy85-0/+643
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy2-0/+148