Skip to content

Commit

Permalink
Merge pull request #383 from yuzhaol/master
Browse files Browse the repository at this point in the history
Make it usable with old VC8 (VS2005)
  • Loading branch information
miloyip committed Jul 10, 2015
2 parents 709daab + 7567752 commit 9b3b2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/rapidjson/internal/biginteger.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#if defined(_MSC_VER) && defined(_M_AMD64)
#include <intrin.h> // for _umul128
#pragma intrinsic(_umul128)
#endif

RAPIDJSON_NAMESPACE_BEGIN
Expand Down
1 change: 1 addition & 0 deletions include/rapidjson/internal/diyfp.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#if defined(_MSC_VER) && defined(_M_AMD64)
#include <intrin.h>
#pragma intrinsic(_BitScanReverse64)
#pragma intrinsic(_umul128)
#endif

RAPIDJSON_NAMESPACE_BEGIN
Expand Down

0 comments on commit 9b3b2d0

Please # to comment.