]> git.sesse.net Git - stockfish/commit
Get correct excluded moves for split nodes
authorHongzhi Cheng <hongzhi_cheng@yahoo.com>
Mon, 18 Nov 2013 15:41:19 +0000 (16:41 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 18 Nov 2013 15:41:49 +0000 (16:41 +0100)
commit691ed425bae1e0a24a12dc3c38534c07adf5221e
tree342ad3b780541354888f90b853dfaff910e5cd65
parentc376ffce0f666d289a22639de29b5c409db6a9d2
Get correct excluded moves for split nodes

Tested setting FakeSplit to true and running

./stockfish bench 128 2

There is a different signature with and without
the patch so it affects functionality but
only in SMP case.

bench: 8331357
src/search.cpp