We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82fa80 commit 9b7877cCopy full SHA for 9b7877c
kernel/arm64/KERNEL.CORTEXA53
@@ -126,16 +126,9 @@ endif
126
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
127
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
128
endif
129
-ifeq ($(SGEMM_UNROLL_N), 16)
+
130
SGEMMOTCOPY = sgemm_tcopy_$(SGEMM_UNROLL_N).S
131
-else
132
-SGEMMOTCOPY = ../generic/gemm_tcopy_$(SGEMM_UNROLL_N).c
133
-endif
134
-ifeq ($(SGEMM_UNROLL_N), 4)
135
SGEMMONCOPY = sgemm_ncopy_$(SGEMM_UNROLL_N).S
136
137
-SGEMMONCOPY = ../generic/gemm_ncopy_$(SGEMM_UNROLL_N).c
138
139
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
140
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
141
0 commit comments