Use generic axpy.c for SHAXPY as x86 lacks saxpy.c
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user