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 files changed, 1 insertions(+), 1 deletions(-) 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; //// -- 1.7.0.4