mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 12:36:15 +08:00
Fix README typos, update AUTHORS
closes https://github.com/official-stockfish/Stockfish/pull/4208 No functional change
This commit is contained in:
committed by
Stéphane Nicolet
parent
a5500edc55
commit
8333b2a94c
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user