Skip to content

Commit dedbd25

Browse files
committed
reinstated resetting and correctied printout in case of cut-offs given at command-line
1 parent 6c9919e commit dedbd25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/tune.c

+4
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,13 @@ int main(int argc, char **argv)
467467
if (test[n].fn != NULL) {
468468
s_run(test[n].name, test[n].fn, test[n].cutoff);
469469
*test[n].update = *test[n].cutoff;
470+
*test[n].cutoff = INT_MAX;
470471
}
471472
}
472473
}
474+
if (printpreset == 1) {
475+
updated = orig;
476+
}
473477
if (args.terse == 1) {
474478
printf("%d %d %d %d\n",
475479
updated.MUL_KARATSUBA,

0 commit comments

Comments
 (0)