Fix README typos, update AUTHORS

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

No functional change
This commit is contained in:
Clausable
2022-10-24 16:00:31 -04:00
committed by Stéphane Nicolet
parent a5500edc55
commit 8333b2a94c
3 changed files with 18 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ namespace Stockfish::Eval::NNUE::Features {
// Explicit template instantiations
template void HalfKAv2_hm::append_active_indices<WHITE>(const Position& pos, IndexList& active);
template void HalfKAv2_hm::append_active_indices<BLACK>(const Position& pos, IndexList& active);
// append_changed_indices() : get a list of indices for recently changed features
template<Color Perspective>
void HalfKAv2_hm::append_changed_indices(