From ae429891fdd7b8177c60659e0b5a450ba8ee08ea Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 8 Aug 2016 10:32:04 +0100 Subject: [PATCH] symm/salsa20-x86ish-sse2.S: Cosmetic fixes. Fix a mangled comment, and remove a spurious blank line. --- symm/salsa20-x86ish-sse2.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.11.0