mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
sandy2x: align stack
But we still need to handle the last step differently if the number of bits is odd or even.
This commit is contained in:
parent
8b2cbb0d02
commit
7de081eae1
@ -19,7 +19,7 @@ _ladder:
|
|||||||
|
|
||||||
mov %rsp,%r11
|
mov %rsp,%r11
|
||||||
and $31,%r11
|
and $31,%r11
|
||||||
add $1864,%r11
|
add $1888,%r11
|
||||||
sub %r11,%rsp
|
sub %r11,%rsp
|
||||||
movq %r11,1824(%rsp)
|
movq %r11,1824(%rsp)
|
||||||
movq %r12,1832(%rsp)
|
movq %r12,1832(%rsp)
|
||||||
|
Loading…
Reference in New Issue
Block a user