]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : fix ARM feature verification (llama/17170)
authorAdrien Gallouët <redacted>
Mon, 17 Nov 2025 20:37:29 +0000 (21:37 +0100)
committerGeorgi Gerganov <redacted>
Fri, 12 Dec 2025 15:53:02 +0000 (17:53 +0200)
commit9e429c47e18a0c1a15b155d6241d2cf29aedfbbd
treea495c777aa13997c2053f4c37b7811666f2bbd53
parentbb88c2545fcabc3a9428358953dc73cdfd58286f
cmake : fix ARM feature verification (llama/17170)

* cmake : fix ARM feature verification

Use check_cxx_source_compiles to prevent conflicts with
the existing GGML_NATIVE detection code.

Signed-off-by: Adrien Gallouët <redacted>
* cmake : unset __ARM_FEATURE when feature is disabled

Signed-off-by: Adrien Gallouët <redacted>
* cmake : fix scope, this is really a macro

Signed-off-by: Adrien Gallouët <redacted>
* arm_neon.h is useless

Signed-off-by: Adrien Gallouët <redacted>
---------

Signed-off-by: Adrien Gallouët <redacted>
ggml/src/ggml-cpu/CMakeLists.txt