Skip to content

Commit 3af736f

Browse files
authored
Add support for Cortex-A76
1 parent 441c810 commit 3af736f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/prebuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ endif ()
932932
set(ZGEMM_UNROLL_M 4)
933933
set(ZGEMM_UNROLL_N 4)
934934
set(SYMV_P 16)
935-
elseif ("${TCORE}" STREQUAL "CORTEXA72" OR "${TCORE}" STREQUAL "CORTEXA73")
935+
elseif ("${TCORE}" STREQUAL "CORTEXA72" OR "${TCORE}" STREQUAL "CORTEXA73" OR "${TCORE}" STREQUAL "CORTEXA76")
936936
file(APPEND ${TARGET_CONF_TEMP}
937937
"#define L1_CODE_SIZE\t49152\n"
938938
"#define L1_CODE_LINESIZE\t64\n"

0 commit comments

Comments
 (0)