From: Mark Wooding Date: Wed, 4 Jan 2017 01:36:13 +0000 (+0000) Subject: math/mpx-mul4-x86-sse2.S: Fix comment formatting. X-Git-Tag: 2.3.0~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/14e7b1f5034b007996a0b180a735ffd8ddc237e6?ds=sidebyside math/mpx-mul4-x86-sse2.S: Fix comment formatting. --- diff --git a/math/mpx-mul4-x86-sse2.S b/math/mpx-mul4-x86-sse2.S index 5d80860d..4dc7ceb4 100644 --- a/math/mpx-mul4-x86-sse2.S +++ b/math/mpx-mul4-x86-sse2.S @@ -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