Skip to content

Commit dd89255

Browse files
authored
Update build.md to remove MSVC arm64 notes (ggml-org#15684)
Removed information about MSVC compiler limitations for arm64 builds.
1 parent e81b8e4 commit dd89255

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/build.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ cmake --build build --config Release
5959
cmake --preset arm64-windows-llvm-release -D GGML_OPENMP=OFF
6060
cmake --build build-arm64-windows-llvm-release
6161
```
62-
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.
63-
6462
For building with ninja generator and clang compiler as default:
6563
-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
6664
```bash

0 commit comments

Comments
 (0)