aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)Author
2021-06-27x86_64: roundeven with sse4.1 supportShen-Ta Hsieh
2021-04-28regenerate ulps on x86_64 with -march=nativePaul Zimmermann
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-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-09-02x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella
2020-07-25Update x86-64 libm-test-ulpsAndreas K. Hüttel
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella
2020-06-22x86_64: Use builtin sqrt{f,l}Adhemerval Zanella
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-24x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu
2018-12-26Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers
2018-08-15Fix spaces in x86_64 ULP fileWilco Dijkstra