Use generic axpy.c for SHAXPY as x86 lacks saxpy.c

This commit is contained in:
Martin Kroeker 2020-04-18 11:07:16 +02:00 committed by GitHub
parent 9f6d6f6cb6
commit f361de30a3
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 saxpy.c)
set(SHAXPYKERNEL ../arm/axpy.c)
set(SHAXPBYKERNEL ../arm/axpby.c)
set(SHCOPYKERNEL copy.S)
set(SHDOTKERNEL dot.S)