X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.cpp;h=4780e2d3424d110baea5b3dff69b58ec9a9679c2;hp=98d593658689db431e735eb2a9484983399bdd8d;hb=bc3b148d5712ef9ea00e74d3ff5aea10a4d3cabe;hpb=9fff27220917d706988185cbd847e3f355a7fe09 diff --git a/src/tt.cpp b/src/tt.cpp index 98d59365..4780e2d3 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -87,7 +87,7 @@ void TranspositionTable::clear() { threads.push_back(std::thread([this, idx]() { // Thread binding gives faster search on systems with a first-touch policy - if (Options["Threads"] >= 8) + if (Options["Threads"] > 8) WinProcGroup::bindThisThread(idx); // Each thread will zero its part of the hash table