]> git.sesse.net Git - stockfish/commitdiff
Remove ss->ttHit condition where ttValue != VALUE_NONE
authorcj5716 <125858804+cj5716@users.noreply.github.com>
Thu, 25 May 2023 06:34:52 +0000 (14:34 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 25 May 2023 18:49:11 +0000 (20:49 +0200)
Simplification is done at 3 separate places in the code.
Thanks to peregrineshahin for helping me find 2 of such places.
(See original PR #4584)

Passed non-regression test
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 120256 W: 32204 L: 32085 D: 55967
Ptnml(0-2): 292, 12473, 34483, 12584, 296
https://tests.stockfishchess.org/tests/view/646f045968661bfd984325e3

closes https://github.com/official-stockfish/Stockfish/pull/4587

No functional change


No differences found