Files
Stockfish/src
Stefano Cardanobile bd4d2b0576 First check threshold in space evaluation
Currently, we first calculate some bitboards at the top of Evaluation::space()
and then check whether we actually need them. Invert the ordering. Of course this
does not make a difference in current master because the constexpr bitboard
calculations are in fact done at compile time by any decent compiler, but I find
my version a bit healthier since it will always meet or exceed current implementation
even if we eventually change the spaceMask to something not contsexpr.

No functional change.
2018-08-08 17:58:41 +02:00
..
2018-07-31 11:24:28 +02:00
2018-01-01 13:18:10 +01:00
2018-07-18 08:26:33 +02:00
2018-06-26 09:08:15 +02:00
2018-07-22 17:55:41 +02:00
2018-07-22 17:55:41 +02:00
2018-06-02 17:03:01 +02:00
2018-04-29 06:53:51 +02:00
2018-07-22 17:55:41 +02:00
2018-07-25 18:31:02 +02:00
2018-03-27 16:25:41 +02:00
2018-01-01 13:18:10 +01:00
2018-07-19 18:27:20 +02:00
2018-08-01 12:40:12 +02:00
2018-07-22 17:59:39 +02:00
2018-04-23 09:49:05 +02:00
2018-06-27 11:42:25 +02:00
2018-08-08 17:49:16 +02:00
2018-08-08 17:49:16 +02:00
2018-07-19 18:27:20 +02:00
2018-01-01 13:18:10 +01:00
2018-08-01 12:40:12 +02:00
2018-07-19 18:27:20 +02:00
2018-03-27 16:25:41 +02:00
2018-07-04 00:59:15 +02:00
2018-07-04 00:59:15 +02:00
2018-07-18 08:26:33 +02:00
2018-07-18 08:26:33 +02:00