From: Marco Costalba Date: Sat, 4 Dec 2010 08:18:18 +0000 (+0100) Subject: Increase MAX_THREADS to 16 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=38e7ec3e441762ac39c2a1aff41e8b0451ec9676;p=fairystockfish.git 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 44b70e1..348e5f6 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;