big: Improve tunables.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent d4a03acbc3
commit 777e17d80f
7 changed files with 100 additions and 69 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ initialize_constants :: proc() -> (res: int) {
set( INF, 1); INF.flags = {.Immutable, .Inf};
set( INF, -1); MINUS_INF.flags = {.Immutable, .Inf};
return #config(MUL_KARATSUBA_CUTOFF, _DEFAULT_MUL_KARATSUBA_CUTOFF);
return _DEFAULT_MUL_KARATSUBA_CUTOFF;
}
destroy_constants :: proc() {