From 266505283e2e1f5c733fc212cdb6a3565cfc59d4 Mon Sep 17 00:00:00 2001 From: Shawn Xu Date: Fri, 10 Jan 2025 18:07:37 -0800 Subject: [PATCH] Update comment no functional change --- src/nnue/nnue_feature_transformer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nnue/nnue_feature_transformer.h b/src/nnue/nnue_feature_transformer.h index e1b9045412e..9c8f3c51a65 100644 --- a/src/nnue/nnue_feature_transformer.h +++ b/src/nnue/nnue_feature_transformer.h @@ -466,8 +466,7 @@ class FeatureTransformer { return st; } - // It computes the accumulator of the next position, or updates the - // current position's accumulator if CurrentOnly is true. + // Computes the accumulator of the next position. template void update_accumulator_incremental(const Position& pos, StateInfo* computed) const { assert((computed->*accPtr).computed[Perspective]);