From: Marco Costalba Date: Sun, 9 Aug 2009 03:35:46 +0000 (+0100) Subject: Use 5 TTEntry slots instead of 4 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=e6863f46de3eea91a1093465959f1acd75d6d02c;p=fairystockfish.git Use 5 TTEntry slots instead of 4 Signed-off-by: Marco Costalba --- diff --git a/src/tt.cpp b/src/tt.cpp index 49dae31..e9b6c17 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; ////