File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ endif ()
4444
4545if (DYNAMIC_ARCH)
4646 if (ARM64)
47- set (DYNAMIC_CORE ARMV8 CORTEXA53 CORTEXA57 CORTEXA72 CORTEXA73 FALKOR THUNDERX THUNDERX2T99 TSV110 EMAG8180 NEOVERSEN1 THUNDERX3T110)
47+ set (DYNAMIC_CORE ARMV8 CORTEXA53 CORTEXA55 CORTEXA57 CORTEXA72 CORTEXA73 FALKOR THUNDERX THUNDERX2T99 TSV110 EMAG8180 NEOVERSEN1 THUNDERX3T110)
4848 if (DYNAMIC_LIST)
4949 set (DYNAMIC_CORE ARMV8 ${DYNAMIC_LIST} )
5050 endif ()
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
177177 set (ZGEMM_UNROLL_M 4)
178178 set (ZGEMM_UNROLL_N 4)
179179 set (SYMV_P 16)
180- elseif ("${TCORE} " STREQUAL "CORTEXA57" OR "${TCORE} " STREQUAL "CORTEXA53" )
180+ elseif ("${TCORE} " STREQUAL "CORTEXA57" OR "${TCORE} " STREQUAL "CORTEXA53" OR " ${TCORE} " STREQUAL "CORTEXA55" )
181181 file (APPEND ${TARGET_CONF_TEMP}
182182 "#define L1_CODE_SIZE\t 32768\n "
183183 "#define L1_CODE_LINESIZE\t 64\n "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if (DEFINED BINARY AND DEFINED TARGET AND BINARY EQUAL 32)
3939 if (${TARGET} STREQUAL "BULLDOZER" OR ${TARGET} STREQUAL "PILEDRIVER" OR ${TARGET} STREQUAL "ZEN" )
4040 set (TARGET "BARCELONA" )
4141 endif ()
42- if (${TARGET} STREQUAL "ARMV8" OR ${TARGET} STREQUAL "CORTEXA57" OR ${TARGET} STREQUAL "CORTEXA53" )
42+ if (${TARGET} STREQUAL "ARMV8" OR ${TARGET} STREQUAL "CORTEXA57" OR ${TARGET} STREQUAL "CORTEXA53" OR ${TARGET} STREQUAL "CORTEXA55" )
4343 set (TARGET "ARMV7" )
4444 endif ()
4545endif ()
You can’t perform that action at this time.
0 commit comments