mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Save mateThreat flag in splitPoint and make use of it
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
aeb664e0ea
commit
55f0d6377f
@@ -53,6 +53,7 @@ struct SplitPoint {
|
||||
const Position* pos;
|
||||
bool pvNode;
|
||||
Depth depth;
|
||||
bool mateThreat;
|
||||
Value beta;
|
||||
int ply, master, slaves[MAX_THREADS];
|
||||
SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];
|
||||
|
||||
Reference in New Issue
Block a user