]> git.sesse.net Git - stockfish/commitdiff
Increase MAX_THREADS to 16
authorMarco Costalba <mcostalba@gmail.com>
Sat, 4 Dec 2010 08:18:18 +0000 (09:18 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 10 Dec 2010 06:24:48 +0000 (07:24 +0100)
No speed regression and no functional change.

After 7826 games Mod- Orig:
1188 - 1230 - 5408 ELO -1 (+- 3.1)

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/thread.h

index 44b70e1e64311e910f7e4cb2cfd61b7939535214..348e5f676d7096855b14a523bae295da6e62524e 100644 (file)
@@ -38,7 +38,7 @@
 //// Constants and variables
 ////
 
-const int MAX_THREADS = 8;
+const int MAX_THREADS = 16;
 const int MAX_ACTIVE_SPLIT_POINTS = 8;