From e6863f46de3eea91a1093465959f1acd75d6d02c Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sun, 9 Aug 2009 04:35:46 +0100 Subject: [PATCH] Use 5 TTEntry slots instead of 4 Signed-off-by: Marco Costalba --- src/tt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; //// -- 2.39.2