aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert62-62/+62
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers62-62/+62
2023-01-05Fix ldbl-128 built-in function useJoseph Myers2-2/+2
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-29/+7
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang1-0/+6
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang1-5/+12
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang1-5/+12
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-0/+127
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers1-3/+3
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle1-0/+3
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-5/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert62-62/+62
2021-12-13math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella1-130/+96
2021-09-22Add narrowing fma functionsJoseph Myers5-0/+121
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers6-6/+8
2021-09-15Redirect fma calls to __fma in libmJoseph Myers2-0/+2
2021-09-10Add narrowing square root functionsJoseph Myers3-0/+108
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar48-68/+0
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh1-0/+5
2021-06-27math: redirect roundeven functionShen-Ta Hsieh1-0/+1
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert55-55/+55
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers1-0/+3
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta2-0/+10
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-1/+1
2020-02-28ldbl-128ibm-compat: Provide nexttoward functionsGabriel F. T. Gomes2-4/+4
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra21-24/+45
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers55-55/+55
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho1-0/+1
2019-12-23Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2-0/+18
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler1-8/+9
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler1-32/+59
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler1-32/+57
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler1-21/+28
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler1-28/+35
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-6/+11
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-6/+11
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert73-73/+73
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-6/+60
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa1-0/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers55-55/+55
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers5-12/+13
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-1/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-2/+3