Closed vinzenz closed 3 years ago
Previously the loop contained an additional branch that can be avoided. This patch changes it to process the uneven part of the input buffer after the loop therefore this will increase in a speed up.
Nice work!
Previously the loop contained an additional branch that can be avoided. This patch changes it to process the uneven part of the input buffer after the loop therefore this will increase in a speed up.