X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=ddcea17dd0963c7f0fb70bd12f9c8c60f2a0f8ad;hp=98576ccea2131a877edc2a61a16ff164219596c3;hb=d40a12f948590e280a4c0e874cb8a73b6b7929c2;hpb=c28b9ef182b4a0c3d0483654ebc2b2aca4fc731c diff --git a/src/thread.h b/src/thread.h index 98576cce..ddcea17d 100644 --- a/src/thread.h +++ b/src/thread.h @@ -38,7 +38,7 @@ //// Constants and variables //// -const int MAX_THREADS = 8; +const int MAX_THREADS = 16; const int MAX_ACTIVE_SPLIT_POINTS = 8;