tests : fix ARM build

This commit is contained in:
Georgi Gerganov 2023-10-30 16:53:34 +02:00
parent d3e2cedb79
commit a1c3ff68cd
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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>