about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0165-65/+65
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-301-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0665-65/+65
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-29/+7
* Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno2022-10-241-12/+9
* Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle2022-10-241-0/+3
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-0/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0165-65/+65
* Add narrowing fma functionsJoseph Myers2021-09-222-0/+56
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+1
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+56
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0331-38/+0
* Update math: redirect roundeven functionH.J. Lu2021-06-271-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0261-61/+61
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-3/+0
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-061-0/+3
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-303-5/+5
* ldbl-128ibm: simplify iscanonical.hPaul E. Murphy2020-04-061-8/+2
* ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy2020-03-251-1/+1
* ldbl-128ibm: Let long double files have specific compiler flagsTulio Magno Quites Machado Filho2020-03-061-3/+19
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-281-1/+7
* ldbl-128ibm: make ieee754.h work with IEEE 128 long doublePaul E. Murphy2020-02-211-2/+66
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0322-26/+47
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0161-61/+61
* 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-0777-77/+77
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-153-12/+32
* 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-0161-61/+61
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-281-1/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-276-13/+14
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-273-6/+14
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-3/+8
* Fix ldbl-128ibm ceill, floorl inlining of ceil, floor.Joseph Myers2018-09-182-4/+8
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-173-3/+4
* 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-146-10/+11
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-044-4/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0312-0/+12
* Add narrowing divide functions.Joseph Myers2018-05-172-0/+54
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-161-3/+2
* Add narrowing multiply functions.Joseph Myers2018-05-162-0/+54
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-116-0/+6
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1017-0/+17
* Add narrowing subtract functions.Joseph Myers2018-03-202-0/+54
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-1510-22/+21
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-109-0/+9
* Add narrowing add functions.Joseph Myers2018-02-102-0/+54
* Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers2018-01-101-2/+2
* Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers2018-01-102-12/+12