aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra10-22/+28
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers153-153/+153
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 Dijkstra18-48/+48
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert153-153/+153
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers153-153/+153
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu2-2/+2
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 Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-08-14Improve performance of sinf and cosfWilco Dijkstra1-1/+32
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu2-2/+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 Dijkstra7-40/+4
2018-01-08x86-64: Add sincosf with vector FMAH.J. Lu4-2/+273
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers152-152/+152
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers7-3/+36
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty7-36/+3
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-11-29Use libm_alias_float for x86_64.Joseph Myers11-11/+37
2017-11-29Use libm_alias_double for x86_64.Joseph Myers9-10/+27
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. Lu4-189/+25
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers8-10/+12
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers7-2/+116
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu1-5/+8
2017-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu1-1/+1
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu2-74/+8
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu1-1/+2
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu4-0/+245
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu32-105/+493
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu76-619/+1181
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu18-120/+287
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82