mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
rc4-x86_64.pl: RC4_options fix-up.
This commit is contained in:
parent
4bb90087d7
commit
986289604e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user