From 1df6b52b250f04cd322bf7a79e2105f9ed890802 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 5 Jun 2025 15:19:32 +0700 Subject: should be no need to force disabling asm anymore --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdae646..182cf96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") -- cgit v1.2.3-55-g6feb