aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann1-3/+3
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-38/+38
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra18-183/+3
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra1-1/+3
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann1-24/+26
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu1-0/+8
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert277-277/+277
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar1-1/+0
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar1-2/+0
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann1-11/+13
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula4-8/+0
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu1-1/+1
2020-09-02x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek1-1/+1
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella1-3/+3
2020-07-25Update x86-64 libm-test-ulpsAndreas K. Hüttel1-2/+2
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu10-22/+22
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella1-27/+0
2020-06-22x86_64: Use builtin sqrt{f,l}Adhemerval Zanella4-65/+31
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella1-3/+1
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella1-1/+3
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann1-42/+46
2020-03-19math: Remove inline math testsAdhemerval Zanella1-1116/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra21-31/+53
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers279-279/+279
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler1-1/+1
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra51-428/+57
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert285-285/+285
2019-07-24x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu1-0/+12
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers285-285/+285
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu3-568/+2
2018-12-26Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu1-0/+6
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu1-270/+1
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy4-5/+8
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy5-4/+10
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy5-7/+10
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-19Add new pow implementationSzabolcs Nagy1-2/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers3-32/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers3-24/+2
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers1-44/+0
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-44/+44
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-1/+0
2018-08-15Fix spaces in x86_64 ULP fileWilco Dijkstra1-3/+3
2018-08-14Improve performance of sinf and cosfWilco Dijkstra3-2/+44
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-0/+34