]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Fix TT documentation
[stockfish] / src / tt.h
index 46f5b11dd3940864ace0da1c377f95aa8411735d..6833c67db0b36a2395a859a5033f79b64943e30c 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
 
 /// 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
 ///