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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ IZAMAXKERNEL = izamax.S
ifneq ($(OS_DARWIN)$(CROSS),11) ifneq ($(OS_DARWIN)$(CROSS),11)
SNRM2KERNEL = nrm2.S SNRM2KERNEL = nrm2.S
CNRM2KERNEL = nrm2.S DNRM2KERNEL = nrm2.S
DNRM2KERNEL = znrm2.S CNRM2KERNEL = znrm2.S
ZNRM2KERNEL = znrm2.S ZNRM2KERNEL = znrm2.S
endif endif