mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 07:50:31 +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
|
@ -640,6 +640,9 @@ BSWAP_SHUFB_CTL:
|
|||
.text
|
||||
|
||||
sha1_transform_avx2:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
push %rbx
|
||||
push %r12
|
||||
push %r13
|
||||
|
@ -677,5 +680,6 @@ sha1_transform_avx2:
|
|||
pop %r13
|
||||
pop %r12
|
||||
pop %rbx
|
||||
pop %rbp
|
||||
ret
|
||||
.endfn sha1_transform_avx2,globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue