From: Mark Wooding Date: Thu, 7 Nov 2019 01:46:50 +0000 (+0000) Subject: math/mpx-mul4-*-sse2.S (mpxmont_redc4): Fix end-of-outer-loop commentary. X-Git-Tag: 2.6.0~15 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/6966e7a60a87415d3d02230608a98016c03a7a51?hp=6966e7a60a87415d3d02230608a98016c03a7a51 math/mpx-mul4-*-sse2.S (mpxmont_redc4): Fix end-of-outer-loop commentary. * The carry loop is wrong if the destination is an exact multiple of four limbs. Fortunately, it isn't. * The initial pass feeds into the main loop unconditionally, unlike `mpxmont_mul4_...' (from which I think the commentary was uncritically copied), so being at the end of it doesn't tell you anything about whether to start another. And, indeed, we do indeed check the loop-end condition. ---