Add implementations of ssum/dsum and csum/zsum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:05:11 +0000 (22:05 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:05:11 +0000 (22:05 +0100)
commitc3cfc6986b9b2b38af7324591dd4a54c21a093a7
tree4fe434ddbfe79e7714af7fe1dcf4845a0778eb91
parentb9f4943a14ef8ff4a1bde192f491b2efa02eff40
Add implementations of ssum/dsum and csum/zsum

as trivial copies of asum/zsasum with the fabs calls replaced by fmov to preserve code structure
kernel/alpha/sum.S [new file with mode: 0644]
kernel/alpha/zsum.S [new file with mode: 0644]