mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Use 5 TTEntry slots instead of 4
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
/// This is the number of TTEntry slots for each position
|
||||
static const int ClusterSize = 4;
|
||||
static const int ClusterSize = 5;
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user