Differences From Artifact [c61f8170bb]:
- File libtommath/etc/tune.c — part of check-in [5d8831620e] at 2006-12-01 00:08:10 on branch libtommath — Import of libtommath 0.39+ (user: kennykb size: 2958) [more...]
To 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...]
| ︙ | |||
133 134 135 136 137 138 139 | 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;
}
|