From: mdw Date: Wed, 17 Nov 1999 18:04:09 +0000 (+0000) Subject: Add two's-complement functionality. Improve mpx_udiv a little by X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/f45a00c61a25b1c4253bf28296fcb8d21f8eb7e1?hp=f45a00c61a25b1c4253bf28296fcb8d21f8eb7e1 Add two's-complement functionality. Improve mpx_udiv a little by performing the multiplication of the divisor by q with the subtraction from r. ---