summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)Author
2018-05-30Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-01-08x86-64: Add sincosf with vector FMAH.J. Lu
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Update x86_64 libm-test-ulps.Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-14x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu
2017-12-12x86-64: Add cosf with FMAH.J. Lu
2017-12-07x86-64: Add sinf with FMAH.J. Lu
2017-12-07x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu
2017-11-29Use libm_alias_float for x86_64.Joseph Myers
2017-11-29Use libm_alias_double for x86_64.Joseph Myers
2017-11-17Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers
2017-10-25Replace "if if " with "if " in commentsH.J. Lu
2017-10-22x86-64: Add powf with FMAH.J. Lu
2017-10-22x86-64: Add log2f with FMAH.J. Lu
2017-10-22x86-64: Add logf with FMAH.J. Lu
2017-10-22x86-64: Add exp2f with FMAH.J. Lu
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-09-29Update x86_64 libm-test-ulps.Joseph Myers
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu
2017-09-08Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu
2017-08-23x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu
2017-08-15x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg