Browse Source

Remove trailing blanks that break the cmake parser

tags/v0.3.30
Martin Kroeker GitHub 8 months ago
parent
commit
d7036cfd74
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      kernel/power/KERNEL.PPCG4

+ 4
- 4
kernel/power/KERNEL.PPCG4 View File

@@ -71,12 +71,12 @@ CSCALKERNEL = zscal_ppc440.S
ZSCALKERNEL = zscal_ppc440.S

SGEMMKERNEL = gemm_kernel_g4.S
SGEMMINCOPY =
SGEMMITCOPY =
SGEMMINCOPY =
SGEMMITCOPY =
SGEMMONCOPY = gemm_ncopy_4.S
SGEMMOTCOPY = gemm_tcopy_4.S
SGEMMINCOPYOBJ =
SGEMMITCOPYOBJ =
SGEMMINCOPYOBJ =
SGEMMITCOPYOBJ =
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
DGEMMKERNEL = gemm_kernel_g4.S


Loading…
Cancel
Save