Add x86 implementation of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:26:10 +0000 (22:26 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:26:10 +0000 (22:26 +0100)
commite3bc83f2a8b3304fd1d8107a2f73a672a4ec5ffe
treea4ce3f21d94834ddeacb18a5f0c155545128a655
parent70f2a4e0d70609f13c9f35112b90516830c30689
Add x86 implementation of ?sum

as trivial copy of ?asum with the fabs calls removed
kernel/x86/sum.S [new file with mode: 0644]
kernel/x86/zsum.S [new file with mode: 0644]