aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-02-08 12:35:42 +0100
committerTheo Buehler <tb@openbsd.org>2026-02-08 12:37:53 +0100
commit6786cbb9e34dfff2e029ac8e45f2f0cede00350c (patch)
tree78391bd77fa8f4fd2d63e066507bb19fbe93a7e6
parentd849e4b504c81011b0f84ad5553ec309b998b8f4 (diff)
downloadportable-6786cbb9e34dfff2e029ac8e45f2f0cede00350c.tar.gz
portable-6786cbb9e34dfff2e029ac8e45f2f0cede00350c.tar.bz2
portable-6786cbb9e34dfff2e029ac8e45f2f0cede00350c.zip
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.
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 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()
412 412
413if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64|arm64|ARM64)") 413if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64|arm64|ARM64)")
414 set(HOST_AARCH64 true) 414 set(HOST_AARCH64 true)
415 if(WIN32)
416 set(ENABLE_ASM false)
417 endif()
418elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm") 415elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
419 set(HOST_ARM true) 416 set(HOST_ARM true)
420 if(APPLE) 417 if(APPLE)