Skip to content

Commit 41c31bc

Browse files
authored
Revert "LoongArch64: Add dgemv_t_8_lasx.S and dgemv_n_8_lasx.S"
1 parent f8ee309 commit 41c31bc

File tree

5 files changed

+0
-1334
lines changed

5 files changed

+0
-1334
lines changed

kernel/loongarch64/KERNEL.LOONGSON3R5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ DGEMMONCOPYOBJ = dgemm_oncopy$(TSUFFIX).$(SUFFIX)
1010
DGEMMOTCOPYOBJ = dgemm_otcopy$(TSUFFIX).$(SUFFIX)
1111
endif
1212

13-
DGEMVNKERNEL = dgemv_n_8_lasx.S
14-
DGEMVTKERNEL = dgemv_t_8_lasx.S
15-
1613
DTRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
1714
DTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
1815
DTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c

kernel/loongarch64/KERNEL.generic

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,12 @@ CSWAPKERNEL = ../arm/zswap.c
132132
ZSWAPKERNEL = ../arm/zswap.c
133133

134134
SGEMVNKERNEL = ../arm/gemv_n.c
135-
ifndef DGEMVNKERNEL
136135
DGEMVNKERNEL = ../arm/gemv_n.c
137-
endif
138136
CGEMVNKERNEL = ../arm/zgemv_n.c
139137
ZGEMVNKERNEL = ../arm/zgemv_n.c
140138

141139
SGEMVTKERNEL = ../arm/gemv_t.c
142-
ifndef DGEMVTKERNEL
143140
DGEMVTKERNEL = ../arm/gemv_t.c
144-
endif
145141
CGEMVTKERNEL = ../arm/zgemv_t.c
146142
ZGEMVTKERNEL = ../arm/zgemv_t.c
147143

0 commit comments

Comments
 (0)