Skip to content

Commit 2fbfc64

Browse files
authored
Use C kernels for default c/zAXPY, xROT, c/zSWAP
1 parent 61659f8 commit 2fbfc64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

kernel/mips64/KERNEL

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
CAXPYKERNEL = ../mips/zaxpy.c
2+
ZAXPYKERNEL = ../mips/zaxpy.c
3+
SROTKERNEL = ../mips/rot.c
4+
DROTKERNEL = ../mips/rot.c
5+
CROTKERNEL = ../mips/zrot.c
6+
ZROTKERNEL = ../mips/zrot.c
7+
CSWAPKERNEL = ../mips/zswap.c
8+
ZSWAPKERNEL = ../mips/zwap.c
9+
110
ifndef SNRM2KERNEL
211
SNRM2KERNEL = snrm2.S
312
endif

0 commit comments

Comments
 (0)