Skip to content

Commit

Permalink
ARM64: Enable SMALL_MATRIX_OPT when compiling with CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
XiWeiGu committed Sep 29, 2024
1 parent fca86e3 commit 7087b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/system.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ if (NEED_PIC)
endif()
endif ()

if (X86_64 OR ${CORE} STREQUAL POWER10)
if (X86_64 OR ${CORE} STREQUAL POWER10 OR ARM64)
set(SMALL_MATRIX_OPT TRUE)
endif ()
if (ARM64)
Expand Down

0 comments on commit 7087b0a

Please sign in to comment.