Add ZARCH implementation of ?sum
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Mar 2019 21:49:05 +0000 (22:49 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 21:49:05 +0000 (22:49 +0100)
commit246ca29679c5e74d2f306e39eefd1939aa6c37bb
tree1860817d23114537bceeab3f091afde95e415ad4
parent9d717cb5ee817f87a1306d64da75a09375abd407
Add ZARCH implementation of ?sum

as trivial copies of the respective ?asum kernels with the ABS and vflpsb calls removed
kernel/zarch/KERNEL.Z13
kernel/zarch/KERNEL.Z14
kernel/zarch/KERNEL.ZARCH_GENERIC
kernel/zarch/csum.c [new file with mode: 0644]
kernel/zarch/dsum.c [new file with mode: 0644]
kernel/zarch/ssum.c [new file with mode: 0644]
kernel/zarch/zsum.c [new file with mode: 0644]