]> git.sesse.net Git - stockfish/commit
Remove BlockedStorm array
authorprotonspring <mike@whiteley.org>
Mon, 19 Nov 2018 09:37:07 +0000 (10:37 +0100)
committerStéphane Nicolet <cassio@free.fr>
Mon, 19 Nov 2018 09:37:34 +0000 (10:37 +0100)
commitd2274e609c28e46a24deee55b05684197d369976
treed85d8f9b832f5e4b83bd9e4c0c274ca20c0d34f4
parent4111f36f45fbb5da68142a0be1b4d033d50e7d93
Remove BlockedStorm array

Apparently, only RANK_3 is relevant. This removes a look-up and the
BlockedStorm array, but adds another conditional.

STC
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 84340 W: 18054 L: 18054 D: 48232
http://tests.stockfishchess.org/tests/view/5bea10f40ebc595e0ae3457b

LTC
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 31874 W: 5135 L: 5032 D: 21707
http://tests.stockfishchess.org/tests/view/5beadb6a0ebc595e0ae35542

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

Bench: 3799443
src/pawns.cpp