mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Do not sort negative non captures at low depth
Speedup of the whole 3 patch series is of 2,5% !! Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -53,6 +53,7 @@ private:
|
||||
|
||||
const Position& pos;
|
||||
const History& H;
|
||||
Depth depth;
|
||||
Move ttMove;
|
||||
MoveStack killers[2];
|
||||
int captureThreshold, phase;
|
||||
|
||||
Reference in New Issue
Block a user