Temporily walk around zaxpy vector kernel bug.

This commit is contained in:
Xianyi Zhang
2023-06-28 11:17:38 +00:00
parent b4f233e881
commit e14a025bb1

View File

@@ -42,8 +42,8 @@ ZSUMKERNEL = ../arm/zsum.c
SAXPYKERNEL = axpy_vector.c
DAXPYKERNEL = axpy_vector.c
CAXPYKERNEL = zaxpy_vector.c
ZAXPYKERNEL = zaxpy_vector.c
CAXPYKERNEL = zaxpy.c
ZAXPYKERNEL = zaxpy.c
SAXPBYKERNEL = axpby_vector.c
DAXPBYKERNEL = axpby_vector.c