We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9653af commit 981e315Copy full SHA for 981e315
cmake/cc.cmake
@@ -286,12 +286,18 @@ if (${CORE} STREQUAL PPC970)
286
if (NOT DYNAMIC_ARCH)
287
set (CCOMMON_OPT "${CCOMMON_OPT} -mcpu=970 -mtune=970 -maltivec -fno-fast-math")
288
endif ()
289
+ if (APPLE)
290
+ set (CCOMMON_OPT "${CCOMMON_OPT} -force_cpusubtype_ALL")
291
+ endif ()
292
293
294
if (${CORE} STREQUAL PPCG4)
295
296
set (CCOMMON_OPT "${CCOMMON_OPT} -mcpu=G4 -mtune=G4 -maltivec -fno-fast-math")
297
298
299
300
301
302
303
0 commit comments