From 3af736fb9d6e700b97cc2f07358f1a75d1d943fd Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 2 Apr 2024 19:42:23 +0200 Subject: [PATCH] Add support for Cortex-A76 --- cmake/prebuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/prebuild.cmake b/cmake/prebuild.cmake index a33acbbd4..47e958419 100644 --- a/cmake/prebuild.cmake +++ b/cmake/prebuild.cmake @@ -932,7 +932,7 @@ endif () set(ZGEMM_UNROLL_M 4) set(ZGEMM_UNROLL_N 4) set(SYMV_P 16) - elseif ("${TCORE}" STREQUAL "CORTEXA72" OR "${TCORE}" STREQUAL "CORTEXA73") + elseif ("${TCORE}" STREQUAL "CORTEXA72" OR "${TCORE}" STREQUAL "CORTEXA73" OR "${TCORE}" STREQUAL "CORTEXA76") file(APPEND ${TARGET_CONF_TEMP} "#define L1_CODE_SIZE\t49152\n" "#define L1_CODE_LINESIZE\t64\n"