File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -286,12 +286,18 @@ if (${CORE} STREQUAL PPC970)
286
286
if (NOT DYNAMIC_ARCH )
287
287
set (CCOMMON_OPT "${CCOMMON_OPT} -mcpu=970 -mtune=970 -maltivec -fno-fast-math" )
288
288
endif ()
289
+ if (APPLE )
290
+ set (CCOMMON_OPT "${CCOMMON_OPT} -force_cpusubtype_ALL" )
291
+ endif ()
289
292
endif ()
290
293
291
294
if (${CORE} STREQUAL PPCG4 )
292
295
if (NOT DYNAMIC_ARCH )
293
296
set (CCOMMON_OPT "${CCOMMON_OPT} -mcpu=G4 -mtune=G4 -maltivec -fno-fast-math" )
294
297
endif ()
298
+ if (APPLE )
299
+ set (CCOMMON_OPT "${CCOMMON_OPT} -force_cpusubtype_ALL" )
300
+ endif ()
295
301
endif ()
296
302
297
303
if (NOT DYNAMIC_ARCH )
Original file line number Diff line number Diff line change 1
1
ifeq ($(__BYTE_ORDER__),__ORDER_BIG_ENDIAN__)
2
2
SGEMMKERNEL = gemm_kernel.S
3
- SGEMMINCOPY =
4
- SGEMMITCOPY =
3
+ SGEMMINCOPY =
4
+ SGEMMITCOPY =
5
5
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
6
6
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
7
- SGEMMINCOPYOBJ =
8
- SGEMMITCOPYOBJ =
7
+ SGEMMINCOPYOBJ =
8
+ SGEMMITCOPYOBJ =
9
9
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
10
10
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
11
11
else
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ CGEMMINCOPY =
96
96
CGEMMONCOPY =
97
97
CGEMMONCOPY = ../generic/zgemm_ncopy_2.c
98
98
CGEMMOTCOPY = ../generic/zgemm_tcopy_2.c
99
- CGEMMINCOPYOBJ =
99
+ CGEMMINCOPYOBJ =
100
100
#cgemm_incopy$(TSUFFIX).$(SUFFIX)
101
- CGEMMITCOPYOBJ =
101
+ CGEMMITCOPYOBJ =
102
102
#cgemm_itcopy$(TSUFFIX).$(SUFFIX)
103
103
CGEMMONCOPYOBJ = cgemm_oncopy$(TSUFFIX).$(SUFFIX)
104
104
CGEMMOTCOPYOBJ = cgemm_otcopy$(TSUFFIX).$(SUFFIX)
You can’t perform that action at this time.
0 commit comments