Add POWER implementation of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:23:42 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:23:42 +0000 (22:23 +0100)
commit706dfe263b7e3fb20dca7c7e9fdab79c9e86cb13
tree9db7a698813ee330525e27cdaae22277c395eee0
parent688fa9201c74a8cc1eafd85ebf36cd74f4bf89f4
Add POWER implementation of ?sum

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