Fix compile issues
This commit is contained in:
parent
7167d6f734
commit
8253006ae6
7 changed files with 7 additions and 7 deletions
|
@ -64,7 +64,7 @@ cn_fast_mainloop_sandybridge:
|
|||
movdqu xmm2, XMMWORD PTR [rdx+rsi]
|
||||
xor rdi, r11
|
||||
dec ebp
|
||||
jne cnv1_mainloop_sandybridge
|
||||
jne cn_fast_mainloop_sandybridge
|
||||
|
||||
mov rbx, QWORD PTR [rsp+24]
|
||||
mov rbp, QWORD PTR [rsp+32]
|
||||
|
|
|
@ -148,7 +148,7 @@ cn_fast_mainloop_soft_aes_sandybridge:
|
|||
and edx, 2097136
|
||||
mov QWORD PTR [rsp+64], rdx
|
||||
sub eax, 1
|
||||
jne cnv1_mainloop_soft_aes_sandybridge
|
||||
jne cn_fast_mainloop_soft_aes_sandybridge
|
||||
|
||||
movaps xmm6, XMMWORD PTR [rsp]
|
||||
movaps xmm7, XMMWORD PTR [rsp+16]
|
||||
|
|
|
@ -60,7 +60,7 @@ cn_fast_mainloop_sandybridge:
|
|||
movdqu xmm2, XMMWORD PTR [rdx+rsi]
|
||||
xor rdi, r11
|
||||
dec ebp
|
||||
jne cnv1_mainloop_sandybridge
|
||||
jne cn_fast_mainloop_sandybridge
|
||||
|
||||
mov rbx, QWORD PTR [rsp+24]
|
||||
mov rbp, QWORD PTR [rsp+32]
|
||||
|
|
|
@ -144,7 +144,7 @@ cn_fast_mainloop_soft_aes_sandybridge:
|
|||
and edx, 2097136
|
||||
mov QWORD PTR [rsp+64], rdx
|
||||
sub eax, 1
|
||||
jne cnv1_mainloop_soft_aes_sandybridge
|
||||
jne cn_fast_mainloop_soft_aes_sandybridge
|
||||
|
||||
movaps xmm6, XMMWORD PTR [rsp]
|
||||
movaps xmm7, XMMWORD PTR [rsp+16]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue