]> git.sesse.net Git - stockfish/commit
Remove unneeded bitboard from MP
authorMiguel Lahoz <miguel_lahoz@protonmail.com>
Sun, 2 Apr 2023 09:28:39 +0000 (17:28 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 5 Apr 2023 06:10:34 +0000 (08:10 +0200)
commit1fee996999364bedbd9ca4c29649d5c7321947c5
tree85319e22ab200799e8c44b5817b5f02c15186d74
parent6a6e32dfc80488dfdcd6c23e601063b47729e890
Remove unneeded bitboard from MP

Recent simplification has removed the need for an extra bitboard in MP struct.
Use a local variable instead.

STC: Passed Non-regression test
https://tests.stockfishchess.org/tests/view/64294ae677ff3301150cba16
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 64872 W: 17383 L: 17203 D: 30286
Ptnml(0-2): 179, 6675, 18546, 6859, 177

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

No functional change.
src/movepick.cpp
src/movepick.h