We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4151c06 commit e271059Copy full SHA for e271059
src/tt.cpp
@@ -94,6 +94,7 @@ void TranspositionTable::resize(size_t mbSize, ThreadPool& threads) {
94
// Initializes the entire transposition table to zero,
95
// in a multi-threaded way.
96
void TranspositionTable::clear(ThreadPool& threads) {
97
+ generation8 = 0;
98
const size_t threadCount = threads.num_threads();
99
100
for (size_t i = 0; i < threadCount; ++i)
0 commit comments