aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-05Fix ldbl-128 built-in function useJoseph Myers
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh
2021-06-27math: redirect roundeven functionShen-Ta Hsieh
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-02-28ldbl-128ibm-compat: Provide nexttoward functionsGabriel F. T. Gomes
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho
2019-12-23Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers