Add ARM64 implementations of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:13:36 +0000 (22:13 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:13:36 +0000 (22:13 +0100)
commit3e3ccb90118e58a92e59a5e7e3cf3209b3d925f4
tree380ee419b351cecd001601f186f9743f04c0ac01
parent94ab4e6fb262a03752cb1a54a5731cb8b0b2dc43
Add ARM64 implementations of ?sum

as trivial copies of the respective ?asum kernels with the fabs calls removed
kernel/arm64/csum.S [new file with mode: 0644]
kernel/arm64/sum.S [new file with mode: 0644]
kernel/arm64/zsum.S [new file with mode: 0644]