mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
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 <mcostalba@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
//// Constants and variables
|
||||
////
|
||||
|
||||
const int MAX_THREADS = 8;
|
||||
const int MAX_THREADS = 16;
|
||||
const int MAX_ACTIVE_SPLIT_POINTS = 8;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user