File tree Expand file tree Collapse file tree 3 files changed +900
-2
lines changed Expand file tree Collapse file tree 3 files changed +900
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ endif
169
169
DGEMMONCOPYOBJ = dgemm_oncopy$(TSUFFIX).$(SUFFIX)
170
170
DGEMMOTCOPYOBJ = dgemm_otcopy$(TSUFFIX).$(SUFFIX)
171
171
172
- CGEMMKERNEL = cgemm_kernel_$(CGEMM_UNROLL_M)x$(CGEMM_UNROLL_N).S
172
+ CGEMMKERNEL = cgemm_kernel_$(CGEMM_UNROLL_M)x$(CGEMM_UNROLL_N)_cortexa53.c
173
173
CTRMMKERNEL = ctrmm_kernel_$(CGEMM_UNROLL_M)x$(CGEMM_UNROLL_N).S
174
174
ifneq ($(CGEMM_UNROLL_M), $(CGEMM_UNROLL_N))
175
175
CGEMMINCOPY = ../generic/zgemm_ncopy_$(CGEMM_UNROLL_M).c
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ endif
169
169
DGEMMONCOPYOBJ = dgemm_oncopy$(TSUFFIX).$(SUFFIX)
170
170
DGEMMOTCOPYOBJ = dgemm_otcopy$(TSUFFIX).$(SUFFIX)
171
171
172
- CGEMMKERNEL = cgemm_kernel_$(CGEMM_UNROLL_M)x$(CGEMM_UNROLL_N).S
172
+ CGEMMKERNEL = cgemm_kernel_$(CGEMM_UNROLL_M)x$(CGEMM_UNROLL_N)_cortexa53.c
173
173
CTRMMKERNEL = ctrmm_kernel_$(CGEMM_UNROLL_M)x$(CGEMM_UNROLL_N).S
174
174
ifneq ($(CGEMM_UNROLL_M), $(CGEMM_UNROLL_N))
175
175
CGEMMINCOPY = ../generic/zgemm_ncopy_$(CGEMM_UNROLL_M).c
You can’t perform that action at this time.
0 commit comments