mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
committed by
Marco Costalba
parent
ac4c971e06
commit
187451294f
@@ -62,8 +62,8 @@ typedef uint64_t Bitboard;
|
|||||||
////
|
////
|
||||||
//// -DBIGENDIAN | Should not be used on Windows
|
//// -DBIGENDIAN | Should not be used on Windows
|
||||||
////
|
////
|
||||||
//// -DUSE_PREFETCH | Use prefetch asm-instruction. Gives a small speed up,
|
//// -DNO_PREFETCH | Disable use of prefetch asm-instruction. A must if you want the
|
||||||
//// | but executable won't work on some very old machines.
|
//// | executable to run on some very old machines.
|
||||||
////
|
////
|
||||||
//// -DUSE_BSFQ | Use bsfq asm-instruction. Works only in 64-bit mode.
|
//// -DUSE_BSFQ | Use bsfq asm-instruction. Works only in 64-bit mode.
|
||||||
//// | Works with ICC and GCC, not with MSVC. Gives a small speed up.
|
//// | Works with ICC and GCC, not with MSVC. Gives a small speed up.
|
||||||
|
|||||||
Reference in New Issue
Block a user