upd: store
This commit is contained in:
@ -758,6 +758,7 @@ inline void UnsignedDivide(int2048 &A, const int2048 *pB) {
|
||||
else
|
||||
store[tot][i] = 0;
|
||||
}
|
||||
// std::cerr << "length of x" << x.num_length << std::endl;
|
||||
// fprintf(stderr, "x: ");
|
||||
// for (int i = 0; i < blocks_of_x; i++) fprintf(stderr, "%08d ", x.val[i]);
|
||||
// fprintf(stderr, "\n");
|
||||
|
Reference in New Issue
Block a user