Try to use another namespace for SIMD version

This commit is contained in:
miloyip 2015-04-15 18:34:18 +08:00
parent a32d8b7650
commit ee505261c1

View File

@ -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