math/mpx-mul4-amd64-sse2.S: Improve the end-of-loop condition testing.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 7 Nov 2019 01:54:57 +0000 (01:54 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
commit59aa39f8a0065d8bc3b2a353706f41f0dd20be12
treecea08dcd4f3699cc3912f3bb49687724b1ea9831
parentf79c8756d054b2979f79d8277affb988c4f39c49
math/mpx-mul4-amd64-sse2.S: Improve the end-of-loop condition testing.

Previously, I waited until `rdi' was set up for the next iteration
before comparing it against the limit.  But in fact, `DV' already has
the right value, so we can compare earlier.
math/mpx-mul4-amd64-sse2.S