Update biginteger.h (#1652)
Fix intel compiler macro
de6681e295 (commitcomment-37645051)
This commit is contained in:
parent
b16cec1a1a
commit
2bed293f48
@ -17,7 +17,7 @@
|
||||
|
||||
#include "../rapidjson.h"
|
||||
|
||||
#if defined(_MSC_VER) && !__INTEL_COMPILER && defined(_M_AMD64)
|
||||
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER) && defined(_M_AMD64)
|
||||
#include <intrin.h> // for _umul128
|
||||
#pragma intrinsic(_umul128)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user