Skip to content

Commit 5a57cbf

Browse files
authored
Merge pull request #4531 from martin-frbg/issue4530
Fix erroneous mapping of Z13 SUM kernels to ASUM
2 parents 608effe + 8e872a9 commit 5a57cbf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kernel/zarch/KERNEL.Z13

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ DASUMKERNEL = dasum.c
3535
CASUMKERNEL = ../arm/zasum.c
3636
ZASUMKERNEL = zasum.c
3737

38-
SSUMKERNEL = ../arm/asum.c
39-
DSUMKERNEL = dasum.c
40-
CSUMKERNEL = ../arm/zasum.c
41-
ZSUMKERNEL = zasum.c
38+
SSUMKERNEL = ../arm/sum.c
39+
DSUMKERNEL = dsum.c
40+
CSUMKERNEL = ../arm/zsum.c
41+
ZSUMKERNEL = zsum.c
4242

4343
SAXPYKERNEL = ../arm/axpy.c
4444
DAXPYKERNEL = daxpy.c

0 commit comments

Comments
 (0)