Commit a9250d17 authored by Adam Mitz's avatar Adam Mitz

Fixed to build on older versions of 32-bit MSVC

parent 7f43373a
......@@ -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