Try to use another namespace for SIMD version
This commit is contained in:
parent
a32d8b7650
commit
ee505261c1
@ -29,11 +29,13 @@
|
||||
# define RAPIDJSON_SSE2
|
||||
#endif
|
||||
|
||||
#define RAPIDJSON_NAMESPACE rapidjson_simd
|
||||
|
||||
#include "unittest.h"
|
||||
|
||||
#include "rapidjson/reader.h"
|
||||
|
||||
using namespace rapidjson;
|
||||
using namespace rapidjson_simd;
|
||||
|
||||
#ifdef RAPIDJSON_SSE2
|
||||
#define SIMD_SUFFIX(name) name##_SSE2
|
||||
|
Loading…
x
Reference in New Issue
Block a user