summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128
AgeCommit message (Expand)Author
2025-11-17math: Handle fabsf128 !__USE_EXTERN_INLINESAdhemerval Zanella
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-04Rename fromfp files in preparation for changing types for C23Joseph Myers
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella
2024-06-17Implement C23 logp1Joseph Myers
2024-05-22Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu
2024-05-21math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella
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-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-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-23powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
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-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta
2020-05-04float128: use builtin_signbitf128 alwaysPaul E. Murphy
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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-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-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
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
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