File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,12 +286,18 @@ if (${CORE} STREQUAL PPC970)
286286 if (NOT DYNAMIC_ARCH)
287287 set (CCOMMON_OPT "${CCOMMON_OPT} -mcpu=970 -mtune=970 -maltivec -fno-fast-math" )
288288 endif ()
289+ if (APPLE )
290+ set (CCOMMON_OPT "${CCOMMON_OPT} -force_cpusubtype_ALL" )
291+ endif ()
289292endif ()
290293
291294if (${CORE} STREQUAL PPCG4)
292295 if (NOT DYNAMIC_ARCH)
293296 set (CCOMMON_OPT "${CCOMMON_OPT} -mcpu=G4 -mtune=G4 -maltivec -fno-fast-math" )
294297 endif ()
298+ if (APPLE )
299+ set (CCOMMON_OPT "${CCOMMON_OPT} -force_cpusubtype_ALL" )
300+ endif ()
295301endif ()
296302
297303if (NOT DYNAMIC_ARCH)
Original file line number Diff line number Diff line change 11ifeq ($(__BYTE_ORDER__),__ORDER_BIG_ENDIAN__)
22SGEMMKERNEL = gemm_kernel.S
3- SGEMMINCOPY =
4- SGEMMITCOPY =
3+ SGEMMINCOPY =
4+ SGEMMITCOPY =
55SGEMMONCOPY = ../generic/gemm_ncopy_4.c
66SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
7- SGEMMINCOPYOBJ =
8- SGEMMITCOPYOBJ =
7+ SGEMMINCOPYOBJ =
8+ SGEMMITCOPYOBJ =
99SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
1010SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
1111else
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ CGEMMINCOPY =
9696CGEMMONCOPY =
9797CGEMMONCOPY = ../generic/zgemm_ncopy_2.c
9898CGEMMOTCOPY = ../generic/zgemm_tcopy_2.c
99- CGEMMINCOPYOBJ =
99+ CGEMMINCOPYOBJ =
100100#cgemm_incopy$(TSUFFIX).$(SUFFIX)
101- CGEMMITCOPYOBJ =
101+ CGEMMITCOPYOBJ =
102102#cgemm_itcopy$(TSUFFIX).$(SUFFIX)
103103CGEMMONCOPYOBJ = cgemm_oncopy$(TSUFFIX).$(SUFFIX)
104104CGEMMOTCOPYOBJ = cgemm_otcopy$(TSUFFIX).$(SUFFIX)
You can’t perform that action at this time.
0 commit comments