mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Fix TT documentation
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
a5c85d3cfc
commit
e0056c3851
4
src/tt.h
4
src/tt.h
@@ -36,12 +36,14 @@
|
||||
|
||||
/// The TTEntry class is the class of transposition table entries
|
||||
///
|
||||
/// A TTEntry needs 96 bits to be stored
|
||||
/// A TTEntry needs 128 bits to be stored
|
||||
///
|
||||
/// bit 0-31: key
|
||||
/// bit 32-63: data
|
||||
/// bit 64-79: value
|
||||
/// bit 80-95: depth
|
||||
/// bit 96-111: static value
|
||||
/// bit 112-127: king danger value
|
||||
///
|
||||
/// the 32 bits of the data field are so defined
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user