]> git.sesse.net Git - stockfish/commit - src/syzygy/tbprobe.h
Improve testing coverage, remove unused code
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 9 Aug 2023 13:34:53 +0000 (15:34 +0200)
committerStéphane Nicolet <Stephane.Nicolet@u-paris2.fr>
Fri, 11 Aug 2023 17:27:46 +0000 (19:27 +0200)
commit8192945870967fb9c8801247d0b040b2bc657443
tree7587aa6b071fcf1bc2eede327aac8e9165baff53
parent0d2ddb81ef44211e7bf40369dc8fc52160d0ee18
Improve testing coverage, remove unused code

a) Add further tests to CI to cover most features. This uncovered a potential race
in case setoption was sent between two searches. As the UCI protocol requires
this sent to be went the engine is not searching, setoption now ensures that
this is the case.

b) Remove some unused code

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

No functional change
src/nnue/layers/simd.h
src/syzygy/tbprobe.h
src/types.h
src/uci.cpp
tests/instrumented.sh