chiark / gitweb /
math/mpx-mul4-x86-sse2.S: Fix comment formatting.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 4 Jan 2017 01:36:13 +0000 (01:36 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 3 Apr 2017 09:12:35 +0000 (10:12 +0100)
math/mpx-mul4-x86-sse2.S

index 5d80860d232b51a0e6ea7985443d8e4415cb7316..4dc7ceb4b7265f4c9ca05b188e6fb39db5c6d02e 100644 (file)
@@ -531,8 +531,8 @@ ENDFUNC
 
 INTFUNC(mmla4)
        // On entry, EDI points to the destination buffer, which also
-       // contains an addend A to accumulate; EAX and EBX point
-       // to the packed operands U and N; ECX and ESI point to the expanded
+       // contains an addend A to accumulate; EAX and EBX point to the
+       // packed operands U and N; ECX and ESI point to the expanded
        // operands V and M; and EDX points to a place to store an expanded
        // result Y (32 bytes, at a 16-byte boundary).  The stack pointer
        // must be 16-byte aligned.  (This is not the usual convention, which