From: Joona Kiiski Date: Sun, 4 Jul 2010 19:09:40 +0000 (+0300) Subject: Fix TT documentation X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=e0056c3851c3caa1fed7114d551017e502c0f4be;ds=sidebyside Fix TT documentation Signed-off-by: Marco Costalba --- diff --git a/src/tt.h b/src/tt.h index 46f5b11d..6833c67d 100644 --- a/src/tt.h +++ b/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 ///