mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Documentation fix
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
ac4c971e06
commit
187451294f
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ typedef uint64_t Bitboard;
|
|||
////
|
||||
//// -DBIGENDIAN | Should not be used on Windows
|
||||
////
|
||||
//// -DUSE_PREFETCH | Use prefetch asm-instruction. Gives a small speed up,
|
||||
//// | but executable won't work on some very old machines.
|
||||
//// -DNO_PREFETCH | Disable use of prefetch asm-instruction. A must if you want the
|
||||
//// | executable to run on some very old machines.
|
||||
////
|
||||
//// -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue