aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/simdutf/src/simdutf/fallback/bitmanipulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/simdutf/src/simdutf/fallback/bitmanipulation.h')
-rw-r--r--contrib/simdutf/src/simdutf/fallback/bitmanipulation.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/simdutf/src/simdutf/fallback/bitmanipulation.h b/contrib/simdutf/src/simdutf/fallback/bitmanipulation.h
new file mode 100644
index 000000000..f3777f5ca
--- /dev/null
+++ b/contrib/simdutf/src/simdutf/fallback/bitmanipulation.h
@@ -0,0 +1,13 @@
+#ifndef SIMDUTF_FALLBACK_BITMANIPULATION_H
+#define SIMDUTF_FALLBACK_BITMANIPULATION_H
+
+#include "simdutf.h"
+#include <limits>
+
+namespace simdutf {
+namespace SIMDUTF_IMPLEMENTATION {
+namespace {} // unnamed namespace
+} // namespace SIMDUTF_IMPLEMENTATION
+} // namespace simdutf
+
+#endif // SIMDUTF_FALLBACK_BITMANIPULATION_H