mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Make redbean ssl handshake go a little faster
This commit is contained in:
parent
87222aad35
commit
74200a0ea0
6 changed files with 33 additions and 18 deletions
|
@ -529,8 +529,11 @@ STACK_SIZE = _RSP + _RSP_SIZE
|
|||
## arg 3 : Num blocks
|
||||
########################################################################
|
||||
.text
|
||||
sha256_transform_rorx:
|
||||
.align 32
|
||||
sha256_transform_rorx:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
pushq %rbx
|
||||
pushq %r12
|
||||
pushq %r13
|
||||
|
@ -715,6 +718,7 @@ sha256_transform_rorx:
|
|||
popq %r13
|
||||
popq %r12
|
||||
popq %rbx
|
||||
pop %rbp
|
||||
ret
|
||||
.endfn sha256_transform_rorx,globl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue