aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-1/+1
2021-12-23math: Properly cast X_TLOSS to float [BZ #28713]H.J. Lu4-6/+11
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-1/+1
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella5-6/+31
2021-12-13math: Add math-use-builtinds-fmin.hAdhemerval Zanella1-0/+5
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella1-0/+5
2021-10-06math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2-1144/+1144
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2-0/+1145
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers4-4/+21
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers2-2/+12
2021-09-29Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers1-0/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers22-6/+1554
2021-09-22Add narrowing fma functionsJoseph Myers13-308/+36075
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers3-3664/+3664
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers4-17/+9586
2021-09-15Redirect fma calls to __fma in libmJoseph Myers3-0/+3
2021-09-10Add narrowing square root functionsJoseph Myers13-91/+4716
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar128-141/+0
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers2-12/+30
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann3-1/+346
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann5-3/+242
2021-03-30Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar1-0/+3
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra1-2/+1
2021-03-09math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer2-12/+7
2021-03-09math: $(libm-tests-compat) can be regular testsFlorian Weimer1-2/+1
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann18-0/+3060
2021-01-15math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne1-2/+2
2021-01-13Use the right argument code in unnormal testsSiddhesh Poyarekar5-33/+35
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar5-11/+10
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert372-372/+372
2020-12-30x86 long double: Add tests for pseudo normal numbersSiddhesh Poyarekar5-0/+94
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann9-0/+568
2020-08-08math: Regenerate auto-libm-test-out-j0Adhemerval Zanella1-0/+25
2020-08-07math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann1-0/+2
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers1-11/+11
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella3-4/+8
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann1-32/+0
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy3-9/+9