1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 08:13:08 +00:00

Fix TT documentation

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski 2010-07-04 22:09:40 +03:00 committed by Marco Costalba
parent a5c85d3cfc
commit e0056c3851

View file

@ -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
///