math/mpx-mul4-*-sse2.S: Remove an unhelpful comment.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 7 Nov 2019 01:43:46 +0000 (01:43 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
commit92edc356a312bc64abca0c30bc03d4b6676f3d39
treeb30664766f418bc4c4d0fa55d71d6f8ba5e248a8
parent9599917f4a0aa31e2dafd15a7f0e4993bdedf715
math/mpx-mul4-*-sse2.S: Remove an unhelpful comment.

It's not actually wrong, but it's misleading because we don't actually
care that the flags are preserved at this point, because the next
instruction clobbers them anyway.  I think this was cut-and-paste
lossage from the earlier code which relies on `mov' preserving the carry
flag.
math/mpx-mul4-amd64-sse2.S
math/mpx-mul4-x86-sse2.S