]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Avoid to calculate reduction for each move
[stockfish] / src / tt.h
index 2c989dacdcfdd399c9e010b114e19da1979af06a..5d0df726239cabb66cb13628ac3523e9fb676c9c 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -102,7 +102,7 @@ public:
   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[]);
+  void extract_pv(const Position& pos, Move pv[], const int PLY_MAX);
   int full() const;
 
 private: