about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01279-279/+279
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-111-1/+1
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-2151-428/+57
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07285-285/+285
* x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu2019-07-241-0/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01285-285/+285
* x86-64: Remove s_sincosf-sse2.SH.J. Lu2018-12-263-568/+2
* Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu2018-12-261-0/+6
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-261-270/+1
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-214-5/+8
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-215-4/+10
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-215-7/+10
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Add new pow implementationSzabolcs Nagy2018-09-191-2/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-143-32/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-143-24/+2
* Remove x86_64 math_private.h asms.Joseph Myers2018-09-111-44/+0
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-44/+44
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-281-1/+0
* Fix spaces in x86_64 ULP fileWilco Dijkstra2018-08-151-3/+3
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-2/+44
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-101-0/+34
* Improve performance of sincosfWilco Dijkstra2018-08-101-0/+1
* x86: Don't include <init-arch.h> in assembly codesH.J. Lu2018-08-032-2/+0
* Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov2018-05-301-1/+1
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-0/+6
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-32/+0
* Remove mplog and mpexpWilco Dijkstra2018-02-1510-75/+3
* Remove slow paths from expSzabolcs Nagy2018-02-127-36/+3
* Remove slow paths from powWilco Dijkstra2018-02-128-40/+6
* x86-64: Add sincosf with vector FMAH.J. Lu2018-01-085-2/+275
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01284-284/+284
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-198-13/+44
* Update x86_64 libm-test-ulps.Joseph Myers2017-12-191-8/+10
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-197-36/+3
* x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu2017-12-141-533/+0
* x86-64: Add cosf with FMAH.J. Lu2017-12-124-2/+35
* x86-64: Add sinf with FMAH.J. Lu2017-12-074-1/+36
* x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu2017-12-071-559/+0
* Use libm_alias_float for x86_64.Joseph Myers2017-11-2919-20/+54
* Use libm_alias_double for x86_64.Joseph Myers2017-11-2914-16/+38
* Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers2017-11-1710-11/+21
* Replace "if if " with "if " in commentsH.J. Lu2017-10-253-3/+3
* x86-64: Add powf with FMAH.J. Lu2017-10-223-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-10-223-1/+45