From 6e0d2963a3a4712d22ea83b87a8dc472e06b9ad9 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 17 Nov 2022 19:02:33 -0500 Subject: Revert rapidjson SIMD --- rapidjsonwrapper.h | 8 -------- 1 file changed, 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) \ -- cgit v1.3.1