Change counter variables from int to unsigned.
* This way the compiler is allowed to optimize without considering signed overflow.
Please register or sign in to comment
* This way the compiler is allowed to optimize without considering signed overflow.