]> git.sesse.net Git - stockfish/commit
Simplify Declaration on Pawn Move Generation
authorbmc4 <bmc4@cin.ufpe.br>
Sat, 21 Aug 2021 04:53:03 +0000 (01:53 -0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 22 Aug 2021 07:15:19 +0000 (09:15 +0200)
commitd754ea50a8be3091f02ab279fb9069f453cc1bcc
tree8038b7ce577e807a19d16caf280b5517a9e8f2b8
parent590447d7a162058ed1f68270c84aac4e2f256bb1
Simplify Declaration on Pawn Move Generation

Removes possible micro-optimization in favor of readability.

STC:
LLR: 2.95 (-2.94,2.94) <-2.50,0.50>
Total: 75432 W: 5824 L: 5777 D: 63831
Ptnml(0-2): 178, 4648, 28036, 4657, 197
https://tests.stockfishchess.org/tests/view/611fa7f84977aa1525c9cb75

LTC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 41200 W: 1156 L: 1106 D: 38938
Ptnml(0-2): 13, 981, 18562, 1031, 13
https://tests.stockfishchess.org/tests/view/611fcc694977aa1525c9cb9b

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

No functional change
src/movegen.cpp