about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
...
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* math: Properly cast X_TLOSS to float [BZ #28713]H.J. Lu2021-12-234-6/+11
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-221-1/+1
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-135-6/+31
* math: Add math-use-builtinds-fmin.hAdhemerval Zanella2021-12-131-0/+5
* math: Add math-use-builtinds-fmax.hAdhemerval Zanella2021-12-131-0/+5
* math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2021-10-062-1144/+1144
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-052-0/+1145
* Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers2021-09-304-4/+21
* Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers2021-09-292-2/+12
* Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers2021-09-291-0/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-2822-6/+1554
* Add narrowing fma functionsJoseph Myers2021-09-2213-308/+36075
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-223-3664/+3664
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-214-17/+9586
* Redirect fma calls to __fma in libmJoseph Myers2021-09-153-0/+3
* Add narrowing square root functionsJoseph Myers2021-09-1013-91/+4716
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03128-141/+0
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-012-12/+30
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-073-1/+346
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-025-3/+242
* Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar2021-03-301-0/+3
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-111-2/+1
* math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer2021-03-092-12/+7
* math: $(libm-tests-compat) can be regular testsFlorian Weimer2021-03-091-2/+1
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-2718-0/+3060
* math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne2021-01-151-2/+2
* Use the right argument code in unnormal testsSiddhesh Poyarekar2021-01-135-33/+35
* Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar2021-01-045-11/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02372-372/+372
* x86 long double: Add tests for pseudo normal numbersSiddhesh Poyarekar2020-12-305-0/+94
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-219-0/+568
* math: Regenerate auto-libm-test-out-j0Adhemerval Zanella2020-08-081-0/+25
* math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann2020-08-071-0/+2
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-061-11/+11
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-193-4/+8
* math: Optimized generic exp10f with wrappersPaul Zimmermann2020-06-191-32/+0
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-303-9/+9
* Remove __NO_MATH_INLINESAdhemerval Zanella2020-04-175-20/+3
* powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho2020-04-073-40/+40
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-3113-0/+324
* math: Remove fenvinline.hAdhemerval Zanella2020-03-303-360/+2