mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Fix compile errors under MSVC
Fallback from previous patches. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
// Select type of intrinsic bit count instruction to use
|
||||
|
||||
#if defined(_MSC_VER) // Microsoft compiler
|
||||
#if defined(_MSC_VER) && defined(_WIN64) // Microsoft compiler
|
||||
|
||||
#include <intrin.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user