From: Marco Costalba Date: Sat, 4 Dec 2010 08:18:18 +0000 (+0100) Subject: Increase MAX_THREADS to 16 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=38e7ec3e441762ac39c2a1aff41e8b0451ec9676;hp=421f7b74c618b69afbaf0fdc0a5f69601a867466 Increase MAX_THREADS to 16 No speed regression and no functional change. After 7826 games Mod- Orig: 1188 - 1230 - 5408 ELO -1 (+- 3.1) Signed-off-by: Marco Costalba --- diff --git a/src/thread.h b/src/thread.h index 44b70e1e..348e5f67 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;