File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SGEMMKERNEL = sgemm_kernel_16x8_power8.S
12
12
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
13
13
SGEMMITCOPY = sgemm_tcopy_16_power8.S
14
14
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
15
- SGEMMOTCOPY = sgemm_tcopy_8_power8.S
15
+ SGEMMOTCOPY = sgemm_tcopy_8_power8.S
16
16
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
17
17
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
18
18
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SGEMMKERNEL = sgemm_kernel_power9.S
16
16
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
17
17
SGEMMITCOPY = sgemm_tcopy_16_power8.S
18
18
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
19
- SGEMMOTCOPY = sgemm_tcopy_8_power8.S
19
+ SGEMMOTCOPY = sgemm_tcopy_8_power8.S
20
20
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
21
21
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
22
22
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
You can’t perform that action at this time.
0 commit comments