Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4906 from XiWeiGu/arm64_cmake_small_ma…
Browse files Browse the repository at this point in the history
…trix_opt

ARM64: Enable SMALL_MATRIX_OPT when compiling with CMake
  • Loading branch information
martin-frbg authored Oct 3, 2024
2 parents 68eefe6 + b4495a8 commit 54afc24
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 OR LOONGARCH64)
if (X86_64 OR ${CORE} STREQUAL POWER10 OR ARM64 OR LOONGARCH64)
set(SMALL_MATRIX_OPT TRUE)
endif ()
if (ARM64)
Expand Down

0 comments on commit 54afc24

Please sign in to comment.