aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/Makefile
AgeCommit message (Expand)AuthorFilesLines
2025-03-13x86_64: Add atanh with FMASunil K Pandey1-0/+2
2025-03-13x86_64: Add sinh with FMASunil K Pandey1-0/+2
2025-03-13x86_64: Add tanh with FMASunil K Pandey1-0/+2
2024-11-01x86_64: Add exp2m1f with FMAAdhemerval Zanella1-0/+2
2024-11-01x86_64: Add exp10m1f with FMAAdhemerval Zanella1-0/+2
2024-04-06x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu1-9/+13
2024-02-25x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey1-72/+76
2024-02-15Apply the Makefile sorting fixH.J. Lu1-7/+7
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