X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.cpp;h=4780e2d3424d110baea5b3dff69b58ec9a9679c2;hp=98d593658689db431e735eb2a9484983399bdd8d;hb=2a7213f7205bfc9b8e6b91c1a1282f06aa3cd257;hpb=33b2f6398c419e0c906d58314ada408b460e635c 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