]> git.sesse.net Git - stockfish/commit
Restore behaviour after count<ALL_PIECES> fix
authorMarco Costalba <mcostalba@gmail.com>
Tue, 22 Oct 2013 15:27:58 +0000 (17:27 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 22 Oct 2013 15:27:58 +0000 (17:27 +0200)
commit35ea39bed28cf6ca6d2f4ace303782b03643348a
treef25d34193c49c35acff3da54c372b039d4b81010
parent97015afce834a68be4a955768caab7152834d7d8
Restore behaviour after count<ALL_PIECES> fix

Because pos.count<ALL_PIECES>(Us) was always zero,
rewrite the formula as if this would still be
the case.

bench: 8510004
src/evaluate.cpp