Skip to content

Commit 1f74fb9

Browse files
authored
Merge pull request #5101 from martin-frbg/issue5100
Fix CMake build for PPCG4 breaking due to unparsable KERNEL file
2 parents 3375a0c + d7036cf commit 1f74fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/power/KERNEL.PPCG4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ CSCALKERNEL = zscal_ppc440.S
7171
ZSCALKERNEL = zscal_ppc440.S
7272

7373
SGEMMKERNEL = gemm_kernel_g4.S
74-
SGEMMINCOPY =
75-
SGEMMITCOPY =
74+
SGEMMINCOPY =
75+
SGEMMITCOPY =
7676
SGEMMONCOPY = gemm_ncopy_4.S
7777
SGEMMOTCOPY = gemm_tcopy_4.S
78-
SGEMMINCOPYOBJ =
79-
SGEMMITCOPYOBJ =
78+
SGEMMINCOPYOBJ =
79+
SGEMMITCOPYOBJ =
8080
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
8181
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
8282
DGEMMKERNEL = gemm_kernel_g4.S

0 commit comments

Comments
 (0)