X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=6c3c18affdb0a134b08f4f23cbb87a5a87a40dd6;hp=488feeb50053541b45c86bb02db7d151d22934a3;hb=6fa83f51889248b16f539db4ce0fe5b23f2a85d6;hpb=23bdd064426c6fb5b6fd860d156c9f50bb58d0db 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 {