From 9da4aabda57a0e54a5bef4812069983da378d778 Mon Sep 17 00:00:00 2001 From: SaiXU Date: Mon, 9 Feb 2026 10:42:32 +0800 Subject: [PATCH] add win arm64 doc --- src/BUILD_WINDOWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BUILD_WINDOWS.md b/src/BUILD_WINDOWS.md index 88f51810..1a62a30e 100644 --- a/src/BUILD_WINDOWS.md +++ b/src/BUILD_WINDOWS.md @@ -87,6 +87,10 @@ into it. So that is what will be described below. - x86-on-x64 Cross compile x86 executables with 64-bit compiler + + - arm64-on-x64 + + Cross compile arm64 executables with x64t compiler On 64-bit Windows, all four configurations can be used. 32-bit platforms can only use 32-bit compiler.