Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bitwise XOR in to_ascii_uppercase
This saves an instruction compared to the previous approach, which was to unset the fifth bit with bitwise OR.
- Loading branch information