Add x86_64 implementation of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:27:04 +0000 (22:27 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:27:04 +0000 (22:27 +0100)
commit9d717cb5ee817f87a1306d64da75a09375abd407
tree96a1a4bf9a5ed1036c1b7eb2013d1137974eabe7
parente3bc83f2a8b3304fd1d8107a2f73a672a4ec5ffe
Add x86_64 implementation of ?sum

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