KERNEL.PPC970, KERNEL.PPCG4: unbreak CMake parsing

Fixes: https://github.com/OpenMathLib/OpenBLAS/issues/4366
This commit is contained in:
barracuda156
2023-12-13 19:23:50 +08:00
parent 302ca7edc7
commit d9653af018
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
ifeq ($(__BYTE_ORDER__),__ORDER_BIG_ENDIAN__)
SGEMMKERNEL = gemm_kernel.S
SGEMMINCOPY =
SGEMMITCOPY =
SGEMMINCOPY =
SGEMMITCOPY =
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
SGEMMINCOPYOBJ =
SGEMMITCOPYOBJ =
SGEMMINCOPYOBJ =
SGEMMITCOPYOBJ =
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
else