]> git.sesse.net Git - stockfish/commit
Temporary restore old sp_search()
authorMarco Costalba <mcostalba@gmail.com>
Mon, 18 Oct 2010 02:29:58 +0000 (04:29 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 18 Oct 2010 07:34:25 +0000 (08:34 +0100)
commit65606bc49ed26f630bdd8ee1a460d80ee74e9330
tree929a278660904a8943a815d4d2d0d6a1ceffce52
parent3b7bf34b0255cc3f66c37b187ca9db398f34ef69
Temporary restore old sp_search()

There is a bug in the conversion that is triggered when testing
with faked split and that I missed somehow :-(

To allow proper testing on cluster restore old sp_search()
until I don't fiugre up what's happened.

Restored to be functional equivalent to old behaviour both in
single thread and in faked split.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp