mirror of
https://github.com/sheumann/65816-crypto.git
synced 2024-11-22 07:31:58 +00:00
One more tweak to MD5 rotate optimizations.
This commit is contained in:
parent
2f34f006ba
commit
5b7c832600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user