]> git.sesse.net Git - stockfish/commit - src/evaluate.cpp
Simplify lazy_skip.
authorxoto10 <buylow001@gmail.com>
Wed, 30 Jun 2021 08:22:59 +0000 (09:22 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 3 Jul 2021 07:26:58 +0000 (09:26 +0200)
commitd297d1d8a78166b609af112b6208ace7c645b2f3
tree95f214a01a9dc8c67b67c4c08191638dc2853f3f
parentb51b094419e301b16ce8f639952993dd9abfcc43
Simplify lazy_skip.

Small speedup by removing operations in lazy_skip.

STC 10+0.1 :
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 55088 W: 4553 L: 4482 D: 46053
Ptnml(0-2): 163, 3546, 20045, 3637, 153
https://tests.stockfishchess.org/tests/view/60daa2cb3beab81350aca04d

LTC 60+0.6 :
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 46136 W: 1457 L: 1407 D: 43272
Ptnml(0-2): 10, 1282, 20442, 1316, 18
https://tests.stockfishchess.org/tests/view/60db0e753beab81350aca08e

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

Bench 5122403
src/evaluate.cpp