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 441c810 commit 3af736fCopy full SHA for 3af736f
cmake/prebuild.cmake
@@ -932,7 +932,7 @@ endif ()
932
set(ZGEMM_UNROLL_M 4)
933
set(ZGEMM_UNROLL_N 4)
934
set(SYMV_P 16)
935
- elseif ("${TCORE}" STREQUAL "CORTEXA72" OR "${TCORE}" STREQUAL "CORTEXA73")
+ elseif ("${TCORE}" STREQUAL "CORTEXA72" OR "${TCORE}" STREQUAL "CORTEXA73" OR "${TCORE}" STREQUAL "CORTEXA76")
936
file(APPEND ${TARGET_CONF_TEMP}
937
"#define L1_CODE_SIZE\t49152\n"
938
"#define L1_CODE_LINESIZE\t64\n"
0 commit comments