We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28aacf5 + 96158bf commit fb396b8Copy full SHA for fb396b8
src/libunicode/scan.cpp
@@ -23,7 +23,7 @@
23
#include <string_view>
24
25
// clang-format off
26
-#if __has_include(<experimental/simd>) && defined(LIBUNICODE_USE_STD_SIMD) && !defined(__APPLE__)
+#if __has_include(<experimental/simd>) && defined(LIBUNICODE_USE_STD_SIMD) && !defined(__APPLE__) && !defined(__FreeBSD__)
27
#define USE_STD_SIMD
28
#include <experimental/simd>
29
namespace stdx = std::experimental;
0 commit comments