Differences From Artifact [279fc742cd]:
- File libtommath/etc/tune.c — part of check-in [04515704be] at 2011-03-14 09:36:26 on branch libtommath — re-import ltm-0.39, with original RCS-ID's (user: jan.nijtmans size: 2935) [more...]
To Artifact [e5a0e1f1c0]:
- File libtommath/etc/tune.c — part of check-in [004ecece95] at 2011-03-14 12:08:07 on branch libtommath — Import of tommath 0.42.0 (user: jan.nijtmans size: 2904)
| ︙ | ︙ | |||
133 134 135 136 137 138 139 |
}
printf("KARATSUBA_MUL_CUTOFF = %d\n", y);
printf("KARATSUBA_SQR_CUTOFF = %d\n", x);
return 0;
}
| | | | | 133 134 135 136 137 138 139 140 141 142 |
}
printf("KARATSUBA_MUL_CUTOFF = %d\n", y);
printf("KARATSUBA_SQR_CUTOFF = %d\n", x);
return 0;
}
/* $Source$ */
/* $Revision: 0.39 $ */
/* $Date: 2006-04-06 19:49:59 +0000 $ */
|