One more tweak to MD5 rotate optimizations.

This commit is contained in:
Stephen Heumann 2017-07-04 14:42:01 -05:00
parent 2f34f006ba
commit 5b7c832600
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
* Left-rotate with various optimizations applied
macro
ROTL4AUTO &loc,&n,&haveLocPlus2
aif &n>5,.skip1
aif &n>4,.skip1
ROTL4 &loc,&n
mexit
.skip1