mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
- fixed a typo in Code/DataStructs/BitOps.cpp which caused the build
to fail on Windows 64-bit
This commit is contained in:
@@ -786,7 +786,7 @@ template void UpdateBitVectFromBinaryText(ExplicitBitVect&, const std::string&);
|
||||
#include <intrin.h>
|
||||
#ifdef _WIN64
|
||||
#define BUILTIN_POPCOUNT_INSTR __popcnt64
|
||||
#define BUILTIN_POPCOUNT_TYPE BUILTIN_POPCOUNT_TYPE
|
||||
#define BUILTIN_POPCOUNT_TYPE boost::uint64_t
|
||||
#else
|
||||
#define BUILTIN_POPCOUNT_INSTR __popcnt
|
||||
#define BUILTIN_POPCOUNT_TYPE boost::uint32_t
|
||||
|
||||
Reference in New Issue
Block a user