From b9defc8998270427c5678a498858b8ea4ed2f0a7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 26 Jul 2022 11:16:58 +0100 Subject: [PATCH] math/mpx-mul4-arm64-simd.S: Fix unfortunate line-breaks in commentary. --- math/mpx-mul4-arm64-simd.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/math/mpx-mul4-arm64-simd.S b/math/mpx-mul4-arm64-simd.S index 8f482dd8..0781e64a 100644 --- a/math/mpx-mul4-arm64-simd.S +++ b/math/mpx-mul4-arm64-simd.S @@ -186,10 +186,10 @@ .endif .endm -// `mulI': accumulate the B^I and b B^i terms of the polynomial product sum U -// V + X Y, given that U = u_0 + B u_1 + B^2 u_2 + B^3 u_3 (and similarly for -// x), and V = v'_0 + b v''_0 + B (v'_1 + b v''_1) + B^2 (v'_2 + b v''_2) + -// B^3 (v'_3 + b v''_3) (and similarly for Y). The 64-bit coefficients are +// `mulI': accumulate the B^I and b B^i terms of the polynomial product sum +// U V + X Y, given that U = u_0 + B u_1 + B^2 u_2 + B^3 u_3 (and similarly +// for x), and V = v'_0 + b v''_0 + B (v'_1 + b v''_1) + B^2 (v'_2 + b v''_2) +// + B^3 (v'_3 + b v''_3) (and similarly for Y). The 64-bit coefficients are // added into the low and high halves of the 128-bit register Z (if ZINIT is // `nil' then simply set Z, as if it were initially zero). .macro mul0 z, zinitp, u, v0, v1, x=nil, y0=nil, y1=nil -- 2.11.0