Add MIPS64 implementation of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:22:15 +0000 (22:22 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:22:15 +0000 (22:22 +0100)
commit688fa9201c74a8cc1eafd85ebf36cd74f4bf89f4
tree5b4b392010a90b86e4179fba8ef024e37e7775ca
parentcdbe0f0235b0d23b19daeb40fab98ec83260197c
Add MIPS64 implementation of ?sum

as trivial copy of ?asum with the fabs replaced by mov to preserve code structure
kernel/mips64/sum.S [new file with mode: 0644]
kernel/mips64/zsum.S [new file with mode: 0644]