Rewrote numerous hard to read loops and simplified them in the process (for us humans and compilers). Restructured to remove goto statements from loops to enable compilers to more aggressively optimize.
View differences
Rewrote numerous hard to read loops and simplified them in the process (for us humans and compilers). Restructured to remove goto statements from loops to enable compilers to more aggressively optimize.