Files
Stockfish/src
protonspring fc3af7c4fb Optimize an expression in endgame.cpp
I believe using foward_file_bb() here is fewer instructions.

a) Fewer instructions and probably more clear (debatable).
b) Possible that a lookup is slower than a few local operations, but the
   forward_file_bb table is probably used often enough that it is always
   cached.

Passed
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 21004 W: 4263 L: 4141 D: 12600
http://tests.stockfishchess.org/tests/view/5b1cad830ebc5902ab9c6239

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

No functional change.
2018-06-11 10:22:55 +02:00
..
2018-06-02 17:41:37 +02:00
2018-01-01 13:18:10 +01:00
2018-04-01 02:32:55 +02:00
2018-01-01 13:18:10 +01:00
2018-03-30 10:48:57 +02:00
2018-06-02 17:03:01 +02:00
2018-04-29 06:53:51 +02:00
2018-01-01 13:18:10 +01:00
2018-03-16 22:37:03 +01:00
2018-03-27 16:25:41 +02:00
2018-01-01 13:18:10 +01:00
2018-04-23 08:46:32 +02:00
2018-04-23 09:49:05 +02:00
2018-06-02 17:41:37 +02:00
2018-06-02 17:41:37 +02:00
2018-01-01 13:18:10 +01:00
2018-06-02 17:41:37 +02:00
2018-03-27 16:25:41 +02:00
2018-06-02 17:03:01 +02:00
2018-04-29 07:26:25 +02:00
2018-04-23 08:08:27 +02:00
2018-06-11 09:54:32 +02:00