Skip to content

Commit

Permalink
Fix erroneous mapping of SUM kernels to ASUM
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Feb 27, 2024
1 parent 608effe commit 8e872a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/zarch/KERNEL.Z13
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ DASUMKERNEL = dasum.c
CASUMKERNEL = ../arm/zasum.c
ZASUMKERNEL = zasum.c

SSUMKERNEL = ../arm/asum.c
DSUMKERNEL = dasum.c
CSUMKERNEL = ../arm/zasum.c
ZSUMKERNEL = zasum.c
SSUMKERNEL = ../arm/sum.c
DSUMKERNEL = dsum.c
CSUMKERNEL = ../arm/zsum.c
ZSUMKERNEL = zsum.c

SAXPYKERNEL = ../arm/axpy.c
DAXPYKERNEL = daxpy.c
Expand Down

0 comments on commit 8e872a9

Please sign in to comment.