Skip to content

Commit

Permalink
Bench: 2766348
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Feb 4, 2024
1 parent 18eed91 commit e4e6cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nn/accumulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void ResetAccumulator(Accumulator* dest, Board* board, const int perspective, co
}
}

void ApplyUpdates(acc_t* output,
INLINE void ApplyUpdates(acc_t* output,
acc_t* prev,
Board* board,
const Move move,
Expand Down

0 comments on commit e4e6cfb

Please sign in to comment.