should be no need to force disabling asm anymore

This commit is contained in:
Brent Cook
2025-06-05 15:19:32 +07:00
parent aeadd0ae85
commit 1df6b52b25

View File

@@ -397,9 +397,6 @@ endif()
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64|arm64|ARM64)")
set(HOST_AARCH64 true)
if(WIN32)
set(ENABLE_ASM false)
endif()
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
set(HOST_ARM true)
elseif(CMAKE_SYSTEM_NAME STREQUAL "SunOS" AND CMAKE_SYSTEM_PROCESSOR MATCHES "i386")