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