Add ARM implementations of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:11:38 +0000 (22:11 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:11:38 +0000 (22:11 +0100)
commit94ab4e6fb262a03752cb1a54a5731cb8b0b2dc43
tree842c3d0ade725a718faeefb5f417cf40a5579589
parentc3cfc6986b9b2b38af7324591dd4a54c21a093a7
Add ARM implementations of ?sum

(trivial copies of the respective ?asum with the fabs calls removed)
kernel/arm/KERNEL.ARMV5
kernel/arm/KERNEL.ARMV6
kernel/arm/sum.c [new file with mode: 0644]
kernel/arm/sum_vfp.S [new file with mode: 0644]
kernel/arm/zsum.c [new file with mode: 0644]