Skip to content

Commit 5222b5f

Browse files
kseniyazaytsevaAndreySokolovSC
authored andcommitted
Added axpby kernels for GENERIC RISC-V target
1 parent 1c04df2 commit 5222b5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kernel/riscv64/KERNEL.RISCV64_GENERIC

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ DAXPYKERNEL = ../riscv64/axpy.c
4545
CAXPYKERNEL = ../riscv64/zaxpy.c
4646
ZAXPYKERNEL = ../riscv64/zaxpy.c
4747

48+
SAXPBYKERNEL = ../riscv64/axpby.c
49+
DAXPBYKERNEL = ../riscv64/axpby.c
50+
CAXPBYKERNEL = ../riscv64/zaxpby.c
51+
ZAXPBYKERNEL = ../riscv64/zaxpby.c
52+
4853
SCOPYKERNEL = ../riscv64/copy.c
4954
DCOPYKERNEL = ../riscv64/copy.c
5055
CCOPYKERNEL = ../riscv64/zcopy.c

0 commit comments

Comments
 (0)