Use C kernels for default c/zAXPY, xROT, c/zSWAP
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 15 Jul 2018 15:09:55 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Jul 2018 15:09:55 +0000 (17:09 +0200)
kernel/mips64/KERNEL

index 6afb2cf..57251d3 100644 (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