You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unrolling of last iteration of loop for x86 decode (#80)
* Remove unrolling of last iteration of loop for x86 decode
It is not clear why this was originally done. There is no comment
in the source code, but it does not seem to improve performance.
* Load keys for current loop iteration instead of next iteration
0 commit comments