about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-2/+3
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-2/+3
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-1/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-145-9/+10
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-047-7/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0313-0/+13
* Add narrowing divide functions.Joseph Myers2018-05-173-0/+108
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-161-3/+2
* Add narrowing multiply functions.Joseph Myers2018-05-163-0/+108
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-118-0/+8
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1018-0/+18
* Add narrowing subtract functions.Joseph Myers2018-03-203-0/+108