Skip to content

Commit 6ba30e2

Browse files
authored
Fix typo that broke CNRM2 on ARMV8 since 0.3.0
must have happened in my #1449
1 parent bf23518 commit 6ba30e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/arm64/KERNEL.ARMV8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ IZAMAXKERNEL = izamax.S
9393

9494
ifneq ($(OS_DARWIN)$(CROSS),11)
9595
SNRM2KERNEL = nrm2.S
96-
CNRM2KERNEL = nrm2.S
97-
DNRM2KERNEL = znrm2.S
96+
DNRM2KERNEL = nrm2.S
97+
CNRM2KERNEL = znrm2.S
9898
ZNRM2KERNEL = znrm2.S
9999
endif
100100

0 commit comments

Comments
 (0)