Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a number of extui instructions
Using a uint8_t for the loop counter resulted in a number of 8-bit extract (extui) instructions. Using a uint32_t prevents this.
- Loading branch information