]> git.sesse.net Git - stockfish/commitdiff
A move needs 17 bits not 19
authorMarco Costalba <mcostalba@gmail.com>
Sun, 29 Mar 2009 16:22:10 +0000 (17:22 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 29 Mar 2009 16:23:41 +0000 (17:23 +0100)
Fix a bug in the way a move is stored and read in a TT entry.
We use a mask of 19 bits insteaad of 17 so that the last
two bits in the TT entry end up to be random data.

This bug will bite us when we will use these two until now
unused bits.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found