We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29a0d1 commit f2cf929Copy full SHA for f2cf929
3 files changed
kernel/loongarch64/KERNEL.LOONGSON3R5
@@ -21,6 +21,9 @@ SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
21
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
22
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
23
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
24
+
25
+SGEMVNKERNEL = sgemv_n_8_lasx.S
26
+SGEMVTKERNEL = sgemv_t_8_lasx.S
27
endif
28
29
DTRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
0 commit comments