aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-10Improve performance of sincosfWilco Dijkstra1-0/+1
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu2-2/+0
2018-05-30Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov1-1/+1
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-0/+6
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-32/+0
2018-02-15Remove mplog and mpexpWilco Dijkstra10-75/+3
2018-02-12Remove slow paths from expSzabolcs Nagy7-36/+3
2018-02-12Remove slow paths from powWilco Dijkstra8-40/+6
2018-01-08x86-64: Add sincosf with vector FMAH.J. Lu5-2/+275
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers284-284/+284
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers8-13/+44
2017-12-19Update x86_64 libm-test-ulps.Joseph Myers1-8/+10
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty7-36/+3
2017-12-14x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu1-533/+0
2017-12-12x86-64: Add cosf with FMAH.J. Lu4-2/+35
2017-12-07x86-64: Add sinf with FMAH.J. Lu4-1/+36
2017-12-07x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu1-559/+0
2017-11-29Use libm_alias_float for x86_64.Joseph Myers19-20/+54
2017-11-29Use libm_alias_double for x86_64.Joseph Myers14-16/+38
2017-11-17Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers10-11/+21
2017-10-25Replace "if if " with "if " in commentsH.J. Lu3-3/+3
2017-10-22x86-64: Add powf with FMAH.J. Lu3-1/+49
2017-10-22x86-64: Add log2f with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add logf with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add exp2f with FMAH.J. Lu3-1/+42
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu7-529/+29
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers8-10/+12
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy1-0/+1
2017-09-29Update x86_64 libm-test-ulps.Joseph Myers1-2/+2
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers7-2/+116