upd: store

This commit is contained in:
2023-10-31 18:24:16 +08:00
parent f2ae81fb54
commit a329c455eb

View File

@ -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");