Fix typo that broke CNRM2 on ARMV8 since 0.3.0
must have happened in my #1449
This commit is contained in:
parent
bf23518e36
commit
6ba30e270d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue