Skip to content

Commit 7087b0a

Browse files
committed
ARM64: Enable SMALL_MATRIX_OPT when compiling with CMake
1 parent fca86e3 commit 7087b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/system.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ if (NEED_PIC)
388388
endif()
389389
endif ()
390390

391-
if (X86_64 OR ${CORE} STREQUAL POWER10)
391+
if (X86_64 OR ${CORE} STREQUAL POWER10 OR ARM64)
392392
set(SMALL_MATRIX_OPT TRUE)
393393
endif ()
394394
if (ARM64)

0 commit comments

Comments
 (0)