Use C kernels for default c/zAXPY, xROT, c/zSWAP

This commit is contained in:
Martin Kroeker 2018-07-15 17:09:55 +02:00 committed by GitHub
parent 61659f8765
commit 2fbfc64da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
CAXPYKERNEL = ../mips/zaxpy.c
ZAXPYKERNEL = ../mips/zaxpy.c
SROTKERNEL = ../mips/rot.c
DROTKERNEL = ../mips/rot.c
CROTKERNEL = ../mips/zrot.c
ZROTKERNEL = ../mips/zrot.c
CSWAPKERNEL = ../mips/zswap.c
ZSWAPKERNEL = ../mips/zwap.c
ifndef SNRM2KERNEL
SNRM2KERNEL = snrm2.S
endif