X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=6c3c18affdb0a134b08f4f23cbb87a5a87a40dd6;hb=6a934882915f85c9f22c0bc60df6dbd469d89f10;hp=488feeb50053541b45c86bb02db7d151d22934a3;hpb=4e5d834e8e25c1120269fe3d0f20220ef2056cb8;p=stockfish diff --git a/src/thread.h b/src/thread.h index 488feeb5..6c3c18af 100644 --- a/src/thread.h +++ b/src/thread.h @@ -29,7 +29,7 @@ #include "position.h" #include "search.h" -const int MAX_THREADS = 32; +const int MAX_THREADS = 64; // Because SplitPoint::slavesMask is a uint64_t const int MAX_SPLITPOINTS_PER_THREAD = 8; struct Mutex {