Skip to content

Commit

Permalink
Fix cmp in sse2 code as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Feb 6, 2015
1 parent c8be925 commit e088352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions/poly1305/poly1305_sse2-32.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ret
FN_END poly1305_block_size_sse2

GLOBAL_HIDDEN_FN poly1305_auth_sse2
cmp $64, 12(%esp)
cmpl $64, 12(%esp)
jb poly1305_auth_x86_local
pushl %ebp
movl %esp, %ebp
Expand Down

0 comments on commit e088352

Please sign in to comment.