From: Marco Costalba Date: Sun, 9 Aug 2009 03:35:46 +0000 (+0100) Subject: Use 5 TTEntry slots instead of 4 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=e6863f46de3eea91a1093465959f1acd75d6d02c Use 5 TTEntry slots instead of 4 Signed-off-by: Marco Costalba --- diff --git a/src/tt.cpp b/src/tt.cpp index 49dae31d..e9b6c175 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -31,7 +31,7 @@ /// This is the number of TTEntry slots for each position -static const int ClusterSize = 4; +static const int ClusterSize = 5; ////