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