big: Move _mul private functions.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 6298226238
commit e288a563e1
4 changed files with 257 additions and 229 deletions
+1 -1
View File
@@ -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;
{