]> git.sesse.net Git - stockfish/commit - AUTHORS
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)
commitc701745cf243f4816754167e85bf5fabf5b34e47
tree3b1ec8951a7d6011b45f5b67fdd82d43d563ac38
parentcedd73f4aa9f83c2891105695ac11e743e6ceab7
Remove ss->ttHit condition where ttValue != VALUE_NONE

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
AUTHORS
src/search.cpp