From: Diego Devesa Date: Sat, 30 Aug 2025 15:51:28 +0000 (-0700) Subject: Update build.md to remove MSVC arm64 notes (#15684) X-Git-Tag: upstream/0.0.6527~201 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=dd892555b0681b7f56d38780f6fdfe00a195160f;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update build.md to remove MSVC arm64 notes (#15684) Removed information about MSVC compiler limitations for arm64 builds. --- diff --git a/docs/build.md b/docs/build.md index b35a898b..dcbcce75 100644 --- a/docs/build.md +++ b/docs/build.md @@ -59,8 +59,6 @@ cmake --build build --config Release cmake --preset arm64-windows-llvm-release -D GGML_OPENMP=OFF cmake --build build-arm64-windows-llvm-release ``` - Building for arm64 can also be done with the MSVC compiler with the build-arm64-windows-MSVC preset, or the standard CMake build instructions. However, note that the MSVC compiler does not support inline ARM assembly code, used e.g. for the accelerated Q4_0_N_M CPU kernels. - For building with ninja generator and clang compiler as default: -set path:set LIB=C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\lib\x64\uwp;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x64 ```bash