]> git.sesse.net Git - stockfish/blobdiff - src/tt.cpp
NUMA for 9 threads or more
[stockfish] / src / tt.cpp
index 98d593658689db431e735eb2a9484983399bdd8d..4780e2d3424d110baea5b3dff69b58ec9a9679c2 100644 (file)
@@ -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