From: Mark Wooding Date: Mon, 8 Aug 2016 09:32:04 +0000 (+0100) Subject: symm/salsa20-x86ish-sse2.S: Cosmetic fixes. X-Git-Tag: 2.3.0~45 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/ae429891fdd7b8177c60659e0b5a450ba8ee08ea symm/salsa20-x86ish-sse2.S: Cosmetic fixes. Fix a mangled comment, and remove a spurious blank line. --- 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