chiark / gitweb /
symm/salsa20-x86ish-sse2.S: Cosmetic fixes.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 8 Aug 2016 09:32:04 +0000 (10:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 8 Aug 2016 09:32:04 +0000 (10:32 +0100)
Fix a mangled comment, and remove a spurious blank line.

symm/salsa20-x86ish-sse2.S

index 6da6b24683fe9ab0b3ece85b034f23c67865c7fd..fbdfea72e84239428f681aaa9659385bf658a80d 100644 (file)
@@ -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