tests : fix ARM build

This commit is contained in:
Georgi Gerganov
2023-10-30 16:53:34 +02:00
parent d3e2cedb79
commit a1c3ff68cd

View File

@@ -4,7 +4,7 @@
#undef NDEBUG
#include <cassert>
#if !defined(__riscv) && !defined(__s390__)
#if !defined(__riscv) && !defined(__s390__) && !defined(__ARM_NEON)
#include <immintrin.h>
#endif
#include <cmath>