Commit 1a2d99df authored by Milo Yip's avatar Milo Yip

Merge pull request #317 from mitza-oci/patch-1

Fixed to build on older versions of 32-bit MSVC
parents 7f43373a a9250d17
......@@ -19,12 +19,10 @@
#ifndef RAPIDJSON_DIYFP_H_
#define RAPIDJSON_DIYFP_H_
#if defined(_MSC_VER)
#if defined(_MSC_VER) && defined(_M_AMD64)
#include <intrin.h>
#if defined(_M_AMD64)
#pragma intrinsic(_BitScanReverse64)
#endif
#endif
RAPIDJSON_NAMESPACE_BEGIN
namespace internal {
......
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