]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Fine tune skill level
[stockfish] / src / types.h
index a5502c2f5df2f1e143494231aa53b971f68cfb21..623e51d9856570b713e69431d121378d0f1e2c61 100644 (file)
@@ -77,9 +77,8 @@ typedef unsigned __int64 uint64_t;
 #define IS_64BIT
 #endif
 
-// Automatic detection for use of bsfq asm-instruction under Windows.
-// Works only in 64-bit mode. Does not work with MSVC.
-#if defined(_WIN64) && defined(__INTEL_COMPILER)
+// Automatic detection for use of bsfq asm-instruction under Windows
+#if defined(_WIN64)
 #define USE_BSFQ
 #endif