math/mpx-mul4-amd64-sse2.S: Always collect iteration count as 32 bits.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 16 Nov 2018 12:51:39 +0000 (12:51 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 24 Nov 2018 20:14:16 +0000 (20:14 +0000)
commit49b0f1b429467da3e46118a608a38e142dc7657e
tree6b1ec31a4b6579f97b09371231bf210c17e7ce77
parent998a2cd4008a3437cc2c447c46e64feb3423676b
math/mpx-mul4-amd64-sse2.S: Always collect iteration count as 32 bits.

Some ABIs, at least, don't guarantee to zero-extend arguments, and we
use the counter as an address offset.
math/mpx-mul4-amd64-sse2.S