powerpc: Add support for future processor

This is the initial patch to support build infrastructure
for POWER10 architecture.
This commit is contained in:
Rajalakshmi Srinivasaraghavan
2020-06-11 15:47:20 -05:00
parent 3a1b58d54a
commit 9fe930f205
38 changed files with 309 additions and 42 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
set(ZGEMM_UNROLL_M 8)
set(ZGEMM_UNROLL_N 2)
set(SYMV_P 8)
elseif ("${TCORE}" STREQUAL "POWER9")
elseif ("${TCORE}" STREQUAL "POWER9" OR "${TCORE}" STREQUAL "POWER10")
file(APPEND ${TARGET_CONF_TEMP}
"#define L1_DATA_SIZE 32768\n"
"#define L1_DATA_LINESIZE 128\n"