mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-30 08:42:00 +00:00
tests : fix ARM build
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#if !defined(__riscv) && !defined(__s390__)
|
#if !defined(__riscv) && !defined(__s390__) && !defined(__ARM_NEON)
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
#endif
|
#endif
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|||||||
Reference in New Issue
Block a user