]> git.sesse.net Git - stockfish/commit
Better code for hash table generation
authormattginsberg <mlginsberg@gmail.com>
Thu, 11 Feb 2021 21:29:28 +0000 (22:29 +0100)
committerStéphane Nicolet <cassio@free.fr>
Thu, 11 Feb 2021 21:29:35 +0000 (22:29 +0100)
commit573f0e364ff4c1e5928be2ca947f65c5d4e177d5
tree835d04f58d949970c38c46cab2079787063ea88d
parent550fed3343089357dc89ecf78ce8eb4b35bcab88
Better code for hash table generation

This patch removes some magic numbers in TT bit management and introduce proper
constants in the code, to improve documentation and ease further modifications.

No function change
AUTHORS
src/tt.cpp
src/tt.h