We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c04df2 commit 5222b5fCopy full SHA for 5222b5f
1 file changed
kernel/riscv64/KERNEL.RISCV64_GENERIC
@@ -45,6 +45,11 @@ DAXPYKERNEL = ../riscv64/axpy.c
45
CAXPYKERNEL = ../riscv64/zaxpy.c
46
ZAXPYKERNEL = ../riscv64/zaxpy.c
47
48
+SAXPBYKERNEL = ../riscv64/axpby.c
49
+DAXPBYKERNEL = ../riscv64/axpby.c
50
+CAXPBYKERNEL = ../riscv64/zaxpby.c
51
+ZAXPBYKERNEL = ../riscv64/zaxpby.c
52
+
53
SCOPYKERNEL = ../riscv64/copy.c
54
DCOPYKERNEL = ../riscv64/copy.c
55
CCOPYKERNEL = ../riscv64/zcopy.c
0 commit comments