From 14e7b1f5034b007996a0b180a735ffd8ddc237e6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 4 Jan 2017 01:36:13 +0000 Subject: [PATCH] math/mpx-mul4-x86-sse2.S: Fix comment formatting. --- math/mpx-mul4-x86-sse2.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0