We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f5fec commit c794d0aCopy full SHA for c794d0a
1 file changed
cmake/prebuild.cmake
@@ -1252,7 +1252,7 @@ endif ()
1252
set(ZGEMM_UNROLL_M 4)
1253
set(ZGEMM_UNROLL_N 4)
1254
set(SYMV_P 16)
1255
- elseif ("${TCORE}" STREQUAL "VORTEX")
+ elseif ("${TCORE}" STREQUAL "VORTEX" OR "${TCORE}" STREQUAL "VORTEXM4")
1256
file(APPEND ${TARGET_CONF_TEMP}
1257
"#define ARMV8\n"
1258
"#define L1_CODE_SIZE\t32768\n"
0 commit comments