summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey
2021-12-23math: Properly cast X_TLOSS to float [BZ #28713]H.J. Lu
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella
2021-12-13math: Add math-use-builtinds-fmin.hAdhemerval Zanella
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella
2021-10-06math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers
2021-09-29Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers
2021-09-28Add fmaximum, fminimum functionsJoseph Myers
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann
2021-03-30Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-09math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer
2021-03-09math: $(libm-tests-compat) can be regular testsFlorian Weimer
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann
2021-01-15math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne
2021-01-13Use the right argument code in unnormal testsSiddhesh Poyarekar