-
- Downloads
Fixed move-from-unsigned to correctly make 2-word bignums. It was using
sltu to compare the number with zero, when it should be using slt. So it never though anything was less then zero.
Please register or sign in to comment
sltu to compare the number with zero, when it should be using slt. So it never though anything was less then zero.