upd: ready to further optimize

This commit is contained in:
2023-10-31 17:16:17 +08:00
parent 3b578c7f60
commit 4fbd4a579a
3 changed files with 5 additions and 5 deletions

View File

@ -750,9 +750,9 @@ inline void UnsignedDivide(int2048 &A, const int2048 *pB) {
else
store[tot][i] = 0;
}
fprintf(stderr, "x: ");
for (int i = 0; i < blocks_of_x; i++) fprintf(stderr, "%08d ", x.val[i]);
fprintf(stderr, "\n");
// fprintf(stderr, "x: ");
// for (int i = 0; i < blocks_of_x; i++) fprintf(stderr, "%08d ", x.val[i]);
// fprintf(stderr, "\n");
}
delete[] store[0];
delete[] store[1];