Fix typo that broke CNRM2 on ARMV8 since 0.3.0

must have happened in my #1449
This commit is contained in:
Martin Kroeker
2018-12-06 13:42:25 +01:00
committed by GitHub
parent bf23518e36
commit 6ba30e270d

View File

@@ -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