aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-08-21x86_64: Add log1p with FMAH.J. Lu1-0/+2
2023-08-14x86_64: Add expm1 with FMAH.J. Lu1-0/+2
2023-08-11x86_64: Add log2 with FMAH.J. Lu1-0/+2
2023-08-10x86_64: Sort fpu/multiarch/MakefileH.J. Lu1-20/+74
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab1-3/+9
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu1-48/+20
2021-06-27x86_64: roundeven with sse4.1 supportShen-Ta Hsieh1-2/+3
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra1-27/+3
2018-09-19Add new pow implementationSzabolcs Nagy1-2/+2
2018-02-15Remove mplog and mpexpWilco Dijkstra1-12/+3
2018-02-12Remove slow paths from expSzabolcs Nagy1-6/+3
2018-02-12Remove slow paths from powWilco Dijkstra1-8/+4
2018-01-08x86-64: Add sincosf with vector FMAH.J. Lu1-2/+3
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-3/+6
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-6/+3
2017-12-12x86-64: Add cosf with FMAH.J. Lu1-2/+3
2017-12-07x86-64: Add sinf with FMAH.J. Lu1-1/+4
2017-10-22x86-64: Add powf with FMAH.J. Lu1-1/+3
2017-10-22x86-64: Add log2f with FMAH.J. Lu1-1/+2
2017-10-22x86-64: Add logf with FMAH.J. Lu1-1/+2
2017-10-22x86-64: Add exp2f with FMAH.J. Lu1-1/+2
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu1-1/+2
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers1-2/+4
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu1-0/+3
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu1-0/+29
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu1-1/+31
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu1-0/+4
2015-10-09Remove configure tests for FMA4 support.Joseph Myers1-2/+0
2015-10-08Remove configure tests for AVX support.Joseph Myers1-2/+0
2015-09-24Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers1-1/+1
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich1-1/+2
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich1-1/+2
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich1-1/+3
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich1-1/+2
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich1-1/+3
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich1-1/+2
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich1-1/+3
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich1-0/+2
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich1-1/+2
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich1-2/+4
2015-06-09Vector cosf for x86_64.Andrew Senkevich1-1/+2
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich1-0/+5
2012-03-21Disable use of FMA instructions in branredAndreas Schwab1-2/+1
2012-01-30Fix makefile/configure problems with sse2avx changes.Joseph Myers1-1/+1
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper1-11/+11
2011-10-28Remove code without too much effectsUlrich Drepper1-13/+2
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper1-2/+31
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper1-0/+32
2011-10-18Add optimized nearbyint{,f} for x86-64Ulrich Drepper1-1/+1
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper1-0/+4