Skip to content

Commit 54afc24

Browse files
authored
Merge pull request #4906 from XiWeiGu/arm64_cmake_small_matrix_opt
ARM64: Enable SMALL_MATRIX_OPT when compiling with CMake
2 parents 68eefe6 + b4495a8 commit 54afc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/system.cmake

Lines changed: 1 addition & 1 deletion
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 OR LOONGARCH64)
391+
if (X86_64 OR ${CORE} STREQUAL POWER10 OR ARM64 OR LOONGARCH64)
392392
set(SMALL_MATRIX_OPT TRUE)
393393
endif ()
394394
if (ARM64)

0 commit comments

Comments
 (0)