mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Fix TT documentation
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
a5c85d3cfc
commit
e0056c3851
1 changed files with 3 additions and 1 deletions
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
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue