]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Use aligned prefetch address
[stockfish] / src / tt.h
index 0b7ccbe8f948ecacc603b3d189c387c16d6b2008..e838b0902fb9c140c8cd7bea1c551a00d4878213 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -70,6 +70,7 @@ private:
   uint32_t data;
   int16_t value_;
   int16_t depth_;
+  uint32_t pad_to_16_bytes;
 };
 
 /// The transposition table class.  This is basically just a huge array