about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-04-141-72/+76
* Apply the Makefile sorting fixH.J. Lu2024-04-141-7/+7
* x86_64: Add log1p with FMAH.J. Lu2023-08-211-0/+2
* x86_64: Add expm1 with FMAH.J. Lu2023-08-141-0/+2
* x86_64: Add log2 with FMAH.J. Lu2023-08-111-0/+2
* x86_64: Sort fpu/multiarch/MakefileH.J. Lu2023-08-101-20/+74
* x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab2022-06-011-3/+9
* x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu2021-10-201-48/+20
* x86_64: roundeven with sse4.1 supportShen-Ta Hsieh2021-06-271-2/+3
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-111-27/+3
* Add new pow implementationSzabolcs Nagy2018-09-191-2/+2
* Remove mplog and mpexpWilco Dijkstra2018-02-151-12/+3
* Remove slow paths from expSzabolcs Nagy2018-02-121-6/+3
* Remove slow paths from powWilco Dijkstra2018-02-121-8/+4
* x86-64: Add sincosf with vector FMAH.J. Lu2018-01-081-2/+3
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-3/+6
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-6/+3
* x86-64: Add cosf with FMAH.J. Lu2017-12-121-2/+3
* x86-64: Add sinf with FMAH.J. Lu2017-12-071-1/+4
* x86-64: Add powf with FMAH.J. Lu2017-10-221-1/+3
* x86-64: Add log2f with FMAH.J. Lu2017-10-221-1/+2
* x86-64: Add logf with FMAH.J. Lu2017-10-221-1/+2
* x86-64: Add exp2f with FMAH.J. Lu2017-10-221-1/+2
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-221-1/+2
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-201-2/+4
* x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu2017-08-161-0/+3
* x86-64: Add FMA multiarch functions to libmH.J. Lu2017-08-071-0/+29
* x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu2017-08-041-1/+31
* x86-64: Implement libm IFUNC selectors in CH.J. Lu2017-08-041-0/+4
* Remove configure tests for FMA4 support.Joseph Myers2015-10-091-2/+0
* Remove configure tests for AVX support.Joseph Myers2015-10-081-2/+0
* Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2015-09-241-1/+1
* Vector sincosf for x86_64 and tests.Andrew Senkevich2015-06-181-1/+2
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-181-1/+2
* Vector powf for x86_64 and tests.Andrew Senkevich2015-06-181-1/+3
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-171-1/+2
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-171-1/+3
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-171-1/+2
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-171-1/+3
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-171-0/+2
* Vector sinf for x86_64 and tests.Andrew Senkevich2015-06-151-1/+2
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-111-2/+4
* Vector cosf for x86_64.Andrew Senkevich2015-06-091-1/+2
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-091-0/+5
* Disable use of FMA instructions in branredAndreas Schwab2012-03-211-2/+1
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-281-11/+11
* Remove code without too much effectsUlrich Drepper2011-10-281-13/+2
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-2/+31
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+32