aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch
AgeCommit message (Expand)Author
2018-08-14Improve performance of sinf and cosfWilco Dijkstra
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu
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-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-12x86-64: Add cosf with FMAH.J. Lu
2017-12-07x86-64: Add sinf with FMAH.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-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-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-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.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-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-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich
2016-05-24Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers
2016-03-16Use JUMPTARGET in x86-64 mathvecH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-09Remove configure tests for FMA4 support.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-09-24Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-07-24Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich
2015-06-24Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich
2015-06-23Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich