Skip to content

Commit a1c3ff6

Browse files
committed
tests : fix ARM build
1 parent d3e2ced commit a1c3ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-double-float.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#undef NDEBUG
66
#include <cassert>
7-
#if !defined(__riscv) && !defined(__s390__)
7+
#if !defined(__riscv) && !defined(__s390__) && !defined(__ARM_NEON)
88
#include <immintrin.h>
99
#endif
1010
#include <cmath>

0 commit comments

Comments
 (0)