]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake : fix MSVC build (#479)
authorCebtenzzre <redacted>
Mon, 28 Aug 2023 11:36:16 +0000 (07:36 -0400)
committerGitHub <redacted>
Mon, 28 Aug 2023 11:36:16 +0000 (14:36 +0300)
commit37b5dbaa3b850f596bb216fe124e55eee3de0b1a
tree5e76a04a1bb1d135bdafa56c8af10564026b0e83
parentea9193f066e77a2019d9cd07fcaa7046ecd1e8ed
cmake : fix MSVC build (#479)

* examples : fix use of M_PI on MSVC

* cmake : make -Werror=vla global

* tests : fix CPU feature options on MSVC

* tests : fix __m256 casts on MSVC
CMakeLists.txt
examples/common.cpp
examples/sam/main.cpp
src/CMakeLists.txt
tests/CMakeLists.txt
tests/test-mul-mat2.c