mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Increase MAX_THREADS to 32
No speed regression after 8731 games: Mod vs Orig 1394 - 1342 - 5995 ELO +2 (+- 4.1) No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "position.h"
|
||||
#include "search.h"
|
||||
|
||||
const int MAX_THREADS = 16;
|
||||
const int MAX_THREADS = 32;
|
||||
const int MAX_ACTIVE_SPLIT_POINTS = 8;
|
||||
|
||||
struct SplitPoint {
|
||||
|
||||
Reference in New Issue
Block a user