Skip to content

Commit 6bc0796

Browse files
authored
Merge pull request #4218 from XiWeiGu/loongarch64_sgemv
LoongArch64: Add sgemv kernel
2 parents cd36b8f + f2cf929 commit 6bc0796

File tree

3 files changed

+871
-0
lines changed

3 files changed

+871
-0
lines changed

kernel/loongarch64/KERNEL.LOONGSON3R5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
2121
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
2222
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
2323
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
24+
25+
SGEMVNKERNEL = sgemv_n_8_lasx.S
26+
SGEMVTKERNEL = sgemv_t_8_lasx.S
2427
endif
2528

2629
DTRSMKERNEL_LN = ../generic/trsm_kernel_LN.c

0 commit comments

Comments
 (0)