From 6786cbb9e34dfff2e029ac8e45f2f0cede00350c Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 8 Feb 2026 12:35:42 +0100 Subject: Revert "cmake: disable ARM64 ASM on Windows" Undoes the merge of #1211, which is no longer needed as @vszakats confirmed by testing in the curl CI. This reverts commit fad962e027842e224d32b31533a61f65cbc13727. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fc845c..7ab04ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -412,9 +412,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) if(APPLE) -- cgit v1.2.3-55-g6feb