use saxpy.c instead of axpy.S for SHAXPY

This commit is contained in:
Martin Kroeker 2020-04-17 22:27:58 +02:00 committed by GitHub
parent 22bb50fb81
commit 9f6d6f6cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ macro(SetDefaultL1)
set(ISHMAXKERNEL ../arm/imax.c)
set(ISHMINKERNEL ../arm/imin.c)
set(SHASUMKERNEL asum.S)
set(SHAXPYKERNEL axpy.S)
set(SHAXPYKERNEL saxpy.c)
set(SHAXPBYKERNEL ../arm/axpby.c)
set(SHCOPYKERNEL copy.S)
set(SHDOTKERNEL dot.S)