]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update build.md to remove MSVC arm64 notes (#15684)
authorDiego Devesa <redacted>
Sat, 30 Aug 2025 15:51:28 +0000 (08:51 -0700)
committerGitHub <redacted>
Sat, 30 Aug 2025 15:51:28 +0000 (23:51 +0800)
Removed information about MSVC compiler limitations for arm64 builds.

docs/build.md

index b35a898ba9ba4de6c753dfbaaa6fa218167adc93..dcbcce7549ad2a203bcb9a06c17100dacc5fc956 100644 (file)
@@ -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