about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-301-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0659-59/+59
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-18/+4
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-0/+126
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-0/+28
* math: Use builtin for ldbl-96 copysignAdhemerval Zanella2022-04-071-7/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0158-58/+58
* math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella2021-12-131-133/+98
* Add narrowing fma functionsJoseph Myers2021-09-223-0/+72
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-214-4/+4
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+64
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0330-44/+0
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-0/+1
* add workload traces for cbrtlPaul Zimmermann2021-05-101-0/+3
* Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar2021-01-041-3/+1
* Move generic nan-pseudo-number.h to ldbl-96Siddhesh Poyarekar2021-01-041-0/+31
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0252-52/+52
* x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar2020-12-301-3/+8
* 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-301-1/+1
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-142-4/+4
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-02-131-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-02-123-1/+55
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0311-14/+25
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0151-51/+51
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-271-0/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0758-58/+58
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-153-14/+68
* 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-0151-51/+51
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-283-3/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-275-10/+11
* 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-201-2/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-2/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-1/+1
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-4/+4
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-046-6/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0311-0/+11
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers2018-06-111-8/+6
* Add narrowing divide functions.Joseph Myers2018-05-172-0/+64
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-161-3/+2
* Add narrowing multiply functions.Joseph Myers2018-05-162-0/+64
* 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-1013-0/+13
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Add narrowing subtract functions.Joseph Myers2018-03-202-0/+64
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-158-18/+18
* Add narrowing add functions.Joseph Myers2018-02-102-0/+64