mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Fix compile errors under MSVC
Fallback from previous patches. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -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