summaryrefslogtreecommitdiffstats
path: root/math (follow)
Commit message (Expand)AuthorAgeLines
* math: Add more input to atanh accuracy testsSunil K Pandey2022-02-24-0/+28
* math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2022-01-14-0/+796
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-10-10/+27
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-391/+391
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-30-1/+1
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-30-1/+1
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-29-1/+1
* math: Properly cast X_TLOSS to float [BZ #28713]H.J. Lu2021-12-23-6/+11
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-22-1/+1
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-13-6/+31
* math: Add math-use-builtinds-fmin.hAdhemerval Zanella2021-12-13-0/+5
* math: Add math-use-builtinds-fmax.hAdhemerval Zanella2021-12-13-0/+5
* math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2021-10-06-1144/+1144
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-05-0/+1145
* Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers2021-09-30-4/+21
* Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers2021-09-29-2/+12
* Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers2021-09-29-0/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-28-6/+1554
* Add narrowing fma functionsJoseph Myers2021-09-22-308/+36075
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-22-3664/+3664
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-21-17/+9586
* Redirect fma calls to __fma in libmJoseph Myers2021-09-15-0/+3
* Add narrowing square root functionsJoseph Myers2021-09-10-91/+4716
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03-141/+0
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-01-12/+30
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-07-1/+346
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-02-3/+242
* Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar2021-03-30-0/+3
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-11-2/+1
* math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer2021-03-09-12/+7
* math: $(libm-tests-compat) can be regular testsFlorian Weimer2021-03-09-2/+1
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-27-0/+3060
* math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne2021-01-15-2/+2