]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Optimisation of Position::see and Position::see_sign
[stockfish] / src / position.h
index 9830619eac80eb11b4c7ef7ba6131a77d4bd5247..e74a3c713128939a1a2d9e558a5c1e0345de4139 100644 (file)
@@ -133,8 +133,7 @@ public:
   void undo_null_move();
 
   // Static Exchange Evaluation
-  Value see(Move m) const;
-  Value see_sign(Move m) const;
+  bool see_ge(Move m, Value value) const;
 
   // Accessing hash keys
   Key key() const;