diff options
| author | Josh Ferrell <josh@vector35.com> | 2022-11-17 19:02:33 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2022-11-27 13:43:45 -0500 |
| commit | 6e0d2963a3a4712d22ea83b87a8dc472e06b9ad9 (patch) | |
| tree | 94c1955aafde628dcb901cdaa94674c4fd5c459c /rapidjsonwrapper.h | |
| parent | 49d9e982a09d63b7bc6e1064f904a57c1fefa9b2 (diff) | |
Revert rapidjson SIMD
Diffstat (limited to 'rapidjsonwrapper.h')
| -rw-r--r-- | rapidjsonwrapper.h | 8 |
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) \ |
