blob: dda6fa68bcdbf053a1b39446192cf4faba08fbc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- source/searcher.hpp.orig 2022-08-27 09:05:01 UTC
+++ source/searcher.hpp
@@ -18,7 +18,9 @@
#define FMT_HEADER_ONLY 1
#include <fmt/color.h>
#include <fmt/core.h>
+#if defined(__x86_64__) || defined (__i386__)
#include <immintrin.h>
+#endif
#include <sse2_strstr.hpp>
#include <thread_pool.hpp>
|