Skip to content

Commit 646523e

Browse files
committed
add cutoff's to exported symbols
1 parent d138abc commit 646523e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helper.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ sub generate_def {
436436
;
437437
EXPORTS
438438
$files
439+
MP_MUL_KARATSUBA_CUTOFF
440+
MP_SQR_KARATSUBA_CUTOFF
441+
MP_MUL_TOOM_CUTOFF
442+
MP_SQR_TOOM_CUTOFF
439443
";
440444
return 0;
441445
}

0 commit comments

Comments
 (0)