Signed divide of 32bit values
commit4af28c75267cbd2110e9340a0ac235ef2af3bce2
authorStephen Williams <steve@icarus.com>
Sat, 1 Sep 2007 21:38:57 +0000 (1 14:38 -0700)
committerStephen Williams <steve@icarus.com>
Sat, 1 Sep 2007 21:38:57 +0000 (1 14:38 -0700)
treef876fd745fd256bfd9cbc6a4938f6d49e652ebed
parent4f6b47b345b2104e5a3dcc50d3ca0b84f7b441b4
Signed divide of 32bit values

Signed divide of 32bit values can overflow if done in a 32bit long
due to the truncation of sign bits. So use the large value algorithm
if the values are >= 31 bits (63 bits on 64bit machines).

Signed-off-by: Stephen Williams <steve@icarus.com>
verinum.cc