about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use custom x86 feature selection in libm fw/libm-noprivate-2.27Florian Weimer2018-05-101-0/+2
* 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
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-181-1/+1
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-161-0/+4