Fix typo that broke CNRM2 on ARMV8 since 0.3.0
must have happened in my #1449
This commit is contained in:
@@ -93,8 +93,8 @@ IZAMAXKERNEL = izamax.S
|
||||
|
||||
ifneq ($(OS_DARWIN)$(CROSS),11)
|
||||
SNRM2KERNEL = nrm2.S
|
||||
CNRM2KERNEL = nrm2.S
|
||||
DNRM2KERNEL = znrm2.S
|
||||
DNRM2KERNEL = nrm2.S
|
||||
CNRM2KERNEL = znrm2.S
|
||||
ZNRM2KERNEL = znrm2.S
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user