X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=623e51d9856570b713e69431d121378d0f1e2c61;hb=b27e237b04ad523d3492669eba6e00380df77a14;hp=a5502c2f5df2f1e143494231aa53b971f68cfb21;hpb=0fcda095df1caa860e8e3f3a714d5545ec9dc122;p=stockfish diff --git a/src/types.h b/src/types.h index a5502c2f..623e51d9 100644 --- a/src/types.h +++ b/src/types.h @@ -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