Differences From Artifact [13101c4f7f]:
- File libtommath/etc/tune.c — part of check-in [8dc7079178] at 2007-04-08 14:58:43 on branch dgp-refactor — Merge updates from HEAD; may not build (user: dgp size: 2823) [more...]
To Artifact [9ef8bce591]:
- File libtommath/etc/tune.c — part of check-in [3ed4c99678] at 2008-01-22 16:55:25 on branch dgp-refactor — merge libtommath updates from vendor branch (user: dgp size: 2962)
| ︙ | |||
132 133 134 135 136 137 138 | 132 133 134 135 136 137 138 139 140 141 142 | + + + + |
if (t2 < t1) break;
}
printf("KARATSUBA_MUL_CUTOFF = %d\n", y);
printf("KARATSUBA_SQR_CUTOFF = %d\n", x);
return 0;
}
/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/tune.c,v $ */
/* $Revision: 1.1.1.2.2.2 $ */
/* $Date: 2008/01/22 16:55:28 $ */
|