Commit 75677527 authored by yuzhaol's avatar yuzhaol

Declare intrinsic function to avoid LNK2019 in x64 debug mode

Add #pragma intrinsic(_umul128) for MSVS 2005
parent 8e61b726
......@@ -24,6 +24,7 @@
#if defined(_MSC_VER) && defined(_M_AMD64)
#include <intrin.h>
#pragma intrinsic(_BitScanReverse64)
#pragma intrinsic(_umul128)
#endif
RAPIDJSON_NAMESPACE_BEGIN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment