about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128
Commit message (Expand)AuthorAgeFilesLines
* Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu2024-05-223-0/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0162-62/+62
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0662-62/+62
* Fix ldbl-128 built-in function useJoseph Myers2023-01-052-2/+2
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-29/+7
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-291-0/+6
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-291-5/+12
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-291-5/+12
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-0/+127
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-281-3/+3
* Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle2022-08-181-0/+3
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-5/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0162-62/+62
* math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella2021-12-131-130/+96
* Add narrowing fma functionsJoseph Myers2021-09-225-0/+121
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-216-6/+8
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Add narrowing square root functionsJoseph Myers2021-09-103-0/+108
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0348-68/+0
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+5
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-0/+1
* Move __isnanf128 to libc.soSiddhesh Poyarekar2021-03-301-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0255-55/+55
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-061-0/+3
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-032-0/+10
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-1/+1
* ldbl-128ibm-compat: Provide nexttoward functionsGabriel F. T. Gomes2020-02-282-4/+4
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0321-24/+45
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0155-55/+55
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-271-0/+1
* Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2019-12-232-0/+18
* Adjust s_copysignl.c regarding code style.Stefan Liebler2019-12-111-8/+9
* Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2019-12-111-32/+59
* Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2019-12-111-32/+57
* Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2019-12-111-21/+28
* Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2019-12-111-28/+35
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-6/+11
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-6/+11
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0773-73/+73
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-6/+60
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-041-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0155-55/+55
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-275-12/+13
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-1/+2