]> git.sesse.net Git - stockfish/commitdiff
Increase max hash size to 16GB
authorMarco Costalba <mcostalba@gmail.com>
Sat, 18 Jan 2014 17:19:16 +0000 (18:19 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 18 Jan 2014 17:22:32 +0000 (18:22 +0100)
TCEC season 3, which is due to start in a few weeks, just
had its server upgraded to 64GB RAM and will therefore allow
16GB hash to be used per engine.

This is almost the upper limit without changing the
type of size and hashMask. After this we need to
move to uint64_t instead of uint32_t.

No functional change.


No differences found