mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Fix Windows 64 build
Broken by previous patch. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -65,6 +65,7 @@ typedef unsigned __int64 uint64_t;
|
||||
#endif
|
||||
|
||||
#if defined(_WIN64)
|
||||
# include <intrin.h> // MSVC popcnt and bsfq instrinsics
|
||||
# define IS_64BIT
|
||||
# define USE_BSFQ
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user