Skip to content

Commit

Permalink
I oopsed in the Windows code last commit. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf committed May 22, 2014
1 parent 95fdd41 commit 5447d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aesb-x64.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ _fast_aesb_single_round:
fast_aesb_pseudo_round_mut:
_fast_aesb_pseudo_round_mut:
#if defined(_WIN64) || defined(__CYGWIN__)
mov %rsi, %r9
mov %rdx, %r9
add $0xA0, %r9
movdqu (%rcx), %xmm1

.LOOP:
aesenc (%rdx), %xmm1
add $0x10, %rdx
cmp %r9, %rsi
cmp %r9, %rdx
jl .LOOP

movdqu %xmm1, (%rcx)
Expand Down

0 comments on commit 5447d43

Please sign in to comment.