]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
build : fix build with clang-cl on Windows (#1284)
authorAcly <redacted>
Wed, 25 Jun 2025 10:16:22 +0000 (12:16 +0200)
committerGitHub <redacted>
Wed, 25 Jun 2025 10:16:22 +0000 (12:16 +0200)
commit14147d683fb9d95444b43747d03b1b3bc5234714
treec04fa1240564d8b07ccc13ee2ad439f0eef32e87
parenta70b4a7cdc9854f81af70bf689fd813c16cb826c
build : fix build with clang-cl on Windows (#1284)

* build : fix building tests with clang-cl on Windows

- clang-cl.exe (clang with MSVC CLI) doesn't like the space in /STACK option
- cl.exe (MSVC) works either way

* build : fix MSVC compiler warnings in test-roll.cpp
tests/CMakeLists.txt
tests/test-roll.cpp