]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Increase MAX_THREADS to 64
[stockfish] / src / thread.h
index 6817e20e53e78fb0d9be02d2031ab3439d10d13d..4b0a5026d9bc2396617e0c1bcce09ef901555837 100644 (file)
@@ -28,7 +28,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 {