temporarily disable the CAXPY/ZAXPY kernels

This commit is contained in:
Martin Kroeker 2024-02-04 01:05:03 +01:00 committed by GitHub
parent 27816fa929
commit 4d8dee508c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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