projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Optimisation of Position::see and Position::see_sign
[stockfish]
/
src
/
position.h
diff --git
a/src/position.h
b/src/position.h
index
9830619
..
e74a3c7
100644
(file)
--- a/
src/position.h
+++ b/
src/position.h
@@
-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;