]> git.sesse.net Git - stockfish/blobdiff - src/tt.cpp
Use aligned prefetch address
[stockfish] / src / tt.cpp
index 862842f2639069b20a28593487207b74c755e884..770e38b779d932fa2dc8df26f19dab13f79f2a3c 100644 (file)
@@ -34,7 +34,7 @@
 #endif
 
 // This is the number of TTEntry slots for each position
-static const int ClusterSize = 5;
+static const int ClusterSize = 4;
 
 // The main transposition table
 TranspositionTable TT;