mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
big: Improve tunables.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user