mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
big: Move _mul private functions.
This commit is contained in:
@@ -65,7 +65,7 @@ demo :: proc() {
|
||||
a, b, c, d, e, f := &Int{}, &Int{}, &Int{}, &Int{}, &Int{}, &Int{};
|
||||
defer destroy(a, b, c, d, e, f);
|
||||
|
||||
n := 50_000;
|
||||
n := 1_024;
|
||||
k := 3;
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user