Skip to content

Tags: tedjp/fb64

Tags

v1.0

Toggle v1.0's commit message
Remove unnecessary comment

GCC 8's optimizer figures out that the input is processed four bytes at
a time and condenses the `in` and `len` arithmetic into a single counter
of the number of iterations.