]> git.sesse.net Git - stockfish/commit
Add comments to pos.see_ge()
authorceebo <chricainogithub@gmail.com>
Wed, 8 Nov 2017 17:21:46 +0000 (17:21 +0000)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Fri, 10 Nov 2017 11:14:53 +0000 (12:14 +0100)
commit3f44f5303bb0f3c9c02385ea25f32c14dedfd09b
tree7298b6cdc4135680ebbf93fdf97201337006d2db
parent87452f3a8c913cb795f04db132ff0f56ee471a62
Add comments to pos.see_ge()

In terms of technical changes this patch eliminates the return
statements from the main loop of pos.see_ge() and replaces two conditional
computations with a single bitwise negation.

No functional change
src/position.cpp