]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/half_kp.h
Use incremental updates more often
[stockfish] / src / nnue / features / half_kp.h
index ee6a8df39aecc305e1d7157a6a92068da5dd4e24..52a83eecf3b77bfa94b885a56bb6615e7496412d 100644 (file)
@@ -50,7 +50,7 @@ namespace Eval::NNUE::Features {
                                     IndexList* active);
 
     // Get a list of indices for recently changed features
-    static void AppendChangedIndices(const Position& pos, Color perspective,
+    static void AppendChangedIndices(const Position& pos, const DirtyPiece& dp, Color perspective,
                                      IndexList* removed, IndexList* added);
 
    private: