nodchip / Stockfish

UCI chess engine

Home Page:http://www.stockfishchess.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overflows in counters

Sopel97 opened this issue · comments

Some counters for diagnostics like num_clipped can overflow when the accumulation is over too large period. This results in malformed readings. These counters should be of type uint64_t instead of IndexType