]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Tidy up in movepick.cpp
[stockfish] / src / types.h
index a0a61600766d4e9873d7a55858d0652c5b787593..772f0ec92fd0a6d3c8cee93ac9b9470468878ec0 100644 (file)
@@ -58,7 +58,7 @@
 /// _WIN32             Building on Windows (any)
 /// _WIN64             Building on Windows 64 bit
 
-#if defined(_WIN64) && !defined(IS_64BIT) // Last condition means Makefile is not used
+#if defined(_WIN64) && defined(_MSC_VER) // No Makefile used
 #  include <intrin.h> // MSVC popcnt and bsfq instrinsics
 #  define IS_64BIT
 #  define USE_BSFQ