X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=e778a3722a31188ec6f4e8cff2f5d29d231aaf60;hp=4a8699fb2dfce4468d70b6e2a73889586d61e26d;hb=cd4604b05c2d61928b26ab50c5864c36ef1d3785;hpb=e6863f46de3eea91a1093465959f1acd75d6d02c diff --git a/src/tt.h b/src/tt.h index 4a8699fb..e778a372 100644 --- 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[]);