projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb9008
)
rc4-x86_64.pl: RC4_options fix-up.
author
Andy Polyakov
<appro@openssl.org>
Fri, 27 May 2011 16:15:12 +0000
(16:15 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 27 May 2011 16:15:12 +0000
(16:15 +0000)
crypto/rc4/asm/rc4-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/rc4/asm/rc4-x86_64.pl
b/crypto/rc4/asm/rc4-x86_64.pl
index 44466ee97a001c31b3086789025b2b98e1c8c9dd..4eb0990302de03aca930909c15c042d856cb27bb 100755
(executable)
--- a/
crypto/rc4/asm/rc4-x86_64.pl
+++ b/
crypto/rc4/asm/rc4-x86_64.pl
@@
-503,11
+503,13
@@
RC4_options:
lea .Lopts(%rip),%rax
mov OPENSSL_ia32cap_P(%rip),%edx
bt \$20,%edx
- jnc .Ldone
- add \$12,%rax
+ jc .L8xchar
bt \$30,%edx
jnc .Ldone
- add \$13,%rax
+ add \$25,%rax
+ ret
+.L8xchar:
+ add \$12,%rax
.Ldone:
ret
.align 64