]> git.sesse.net Git - stockfish/commit
Make LMR code easier to follow
authormckx00 <mckx00@gmail.com>
Sat, 13 Aug 2022 12:32:30 +0000 (05:32 -0700)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 15 Aug 2022 15:51:51 +0000 (17:51 +0200)
commit3370f69881564025d933668ea5d407af0c5dcea2
treeb83df2bd0a1ebeb664f8d8e631aa69ee7e97d970
parent4568f6369bfb94d8a105a8074e43e8d79c57eaee
Make LMR code easier to follow

Remove flags doFullDepthSearch and didLMR, and reorder instruction.

Small measured speedup.

Closes https://github.com/official-stockfish/Stockfish/pull/4129

No functional change.
src/search.cpp