From 38e7ec3e441762ac39c2a1aff41e8b0451ec9676 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 4 Dec 2010 09:18:18 +0100 Subject: [PATCH] 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 --- src/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2