]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Add TT prefetching support
[stockfish] / src / tt.h
index 4a8699fb2dfce4468d70b6e2a73889586d61e26d..e778a3722a31188ec6f4e8cff2f5d29d231aaf60 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -85,6 +85,7 @@ public:
   void clear();
   void store(const Key posKey, Value v, ValueType type, Depth d, Move m);
   TTEntry* retrieve(const Key posKey) const;
+  void prefetch(const Key posKey) const;
   void new_search();
   void insert_pv(const Position& pos, Move pv[]);
   void extract_pv(const Position& pos, Move pv[]);