X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/6717fd12f186b68e677fb83f647092cd2407284c..ae429891fdd7b8177c60659e0b5a450ba8ee08ea:/symm/salsa20-x86ish-sse2.S diff --git a/symm/salsa20-x86ish-sse2.S b/symm/salsa20-x86ish-sse2.S index 6da6b246..fbdfea72 100644 --- a/symm/salsa20-x86ish-sse2.S +++ b/symm/salsa20-x86ish-sse2.S @@ -99,8 +99,8 @@ FUNC(salsa20_core_x86ish_sse2) // registers, but we want more than we can use as scratch space. Two // places we only need to save a copy of the input for the // feedforward at the end; but the other two we want for the final - // permutation, so save the old values on the stack (We need an extra - // 8 bytes to align the stack.) + // permutation, so save the old values on the stack. (We need an + // extra 8 bytes to align the stack.) # define NR ecx # define IN rdx @@ -308,7 +308,6 @@ FUNC(salsa20_core_x86ish_sse2) movd [OUT + 60], xmm0 // Tidy things up. - #if CPUFAM_X86 mov esp, ebp pop ebp