Skip to content

Commit c794d0a

Browse files
authored
Add VORTEXM4
1 parent a4f5fec commit c794d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/prebuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ endif ()
12521252
set(ZGEMM_UNROLL_M 4)
12531253
set(ZGEMM_UNROLL_N 4)
12541254
set(SYMV_P 16)
1255-
elseif ("${TCORE}" STREQUAL "VORTEX")
1255+
elseif ("${TCORE}" STREQUAL "VORTEX" OR "${TCORE}" STREQUAL "VORTEXM4")
12561256
file(APPEND ${TARGET_CONF_TEMP}
12571257
"#define ARMV8\n"
12581258
"#define L1_CODE_SIZE\t32768\n"

0 commit comments

Comments
 (0)