X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0b38b8b77ca6eef0006b1051f86df440fe5ab8dd..bd6d65e32b835551677456bf286d09ced6859882:/math/mpx-mul4-x86-sse2.S diff --git a/math/mpx-mul4-x86-sse2.S b/math/mpx-mul4-x86-sse2.S index cdbdfaf7..916adef9 100644 --- a/math/mpx-mul4-x86-sse2.S +++ b/math/mpx-mul4-x86-sse2.S @@ -1054,9 +1054,9 @@ FUNC(mpxmont_redc4_x86_sse2) // Continue carry propagation until the end of the buffer. 0: add [edi], eax mov eax, 0 // preserves flags - adcd [edi + 4], 0 - adcd [edi + 8], 0 - adcd [edi + 12], 0 + adc dword ptr [edi + 4], 0 + adc dword ptr [edi + 8], 0 + adc dword ptr [edi + 12], 0 adc eax, 0 add edi, 16 cmp edi, esi