Fix compile issues

This commit is contained in:
Ben Gräf 2018-11-18 15:12:17 +01:00
parent 7167d6f734
commit 8253006ae6
7 changed files with 7 additions and 7 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]