aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich18-48/+48
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu12-24/+24
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich6-14/+862
2016-05-24Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers4-4/+4
2016-03-16Use JUMPTARGET in x86-64 mathvecH.J. Lu36-112/+112
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2015-10-09Remove configure tests for FMA4 support.Joseph Myers11-64/+9
2015-10-08Remove configure tests for AVX support.Joseph Myers9-94/+74
2015-09-24Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers1-1/+1
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2-2/+0
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu36-190/+118
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu18-59/+69
2015-07-24Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich13-60/+61
2015-06-24Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich9-21/+21
2015-06-23Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich9-61/+61
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich7-1/+1130
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich7-1/+1301
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich7-1/+1502
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich7-1/+1677
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich7-1/+978
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich7-1/+1010
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich7-1/+912
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich7-0/+1024
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich7-1/+1039
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich7-2/+1023
2015-06-09Vector cosf for x86_64.Andrew Senkevich7-1/+1019
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich7-0/+1013
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra1-0/+1
2015-02-26Fix asin missing underflows (bug 16351).Joseph Myers1-0/+1
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers1-0/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers10-10/+10
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-0/+1
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers1-0/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae10-10/+10
2013-05-15Use x constraints for operands to vfmaddss and vfmaddsdPeter Collingbourne2-2/+2
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar2-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers10-10/+10
2012-12-27Move mpone out to a global constSiddhesh Poyarekar2-0/+2
2012-03-21Disable use of FMA instructions in branredAndreas Schwab4-8/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert10-30/+20
2012-01-30Fix makefile/configure problems with sse2avx changes.Joseph Myers1-1/+1
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper7-19/+18
2012-01-26Really fix AVX testsUlrich Drepper6-7/+11
2011-10-28Remove code without too much effectsUlrich Drepper15-113/+5
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper27-20/+276
2011-10-25Cleanup FMA4 patchUlrich Drepper22-1/+26
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper31-0/+328
2011-10-21Don't use NULL in last s_fma{,f} changeUlrich Drepper2-2/+2
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2-6/+38