summaryrefslogtreecommitdiff
path: root/rapidjsonwrapper.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2022-11-17 19:02:33 -0500
committerJosh Ferrell <josh@vector35.com>2022-11-27 13:43:45 -0500
commit6e0d2963a3a4712d22ea83b87a8dc472e06b9ad9 (patch)
tree94c1955aafde628dcb901cdaa94674c4fd5c459c /rapidjsonwrapper.h
parent49d9e982a09d63b7bc6e1064f904a57c1fefa9b2 (diff)
Revert rapidjson SIMD
Diffstat (limited to 'rapidjsonwrapper.h')
-rw-r--r--rapidjsonwrapper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rapidjsonwrapper.h b/rapidjsonwrapper.h
index cce07f9e..b6f38252 100644
--- a/rapidjsonwrapper.h
+++ b/rapidjsonwrapper.h
@@ -17,14 +17,6 @@ struct GenericException : public std::exception
virtual const char* what() const throw() { return "Exception while parsing json."; }
};
-#ifdef __SSE2__
-#define RAPIDJSON_SSE2 1
-#endif
-
-#ifdef __ARM_NEON__
-#define RAPIDJSON_NEON 1
-#endif
-
#define RAPIDJSON_HAS_STDSTRING 0
#define RAPIDJSON_HAS_CXX11_NOEXCEPT 0
#define RAPIDJSON_ASSERT(x) \