about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0143-43/+43
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-061-1/+1
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-241-0/+15
* Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers2017-10-061-1/+2
* Use libm_alias_ldouble for ldbl-96 functions.Joseph Myers2017-10-0531-30/+55
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-031-1/+18
* Make more libm functions into weak aliases.Joseph Myers2017-09-1410-10/+20