Skip to content

Commit bb23d19

Browse files
committed
Added cutoff to helper.pl
1 parent eb5f433 commit bb23d19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

helper.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ sub generate_def {
476476
MP_SQR_KARATSUBA_CUTOFF
477477
MP_MUL_TOOM_CUTOFF
478478
MP_SQR_TOOM_CUTOFF
479+
MP_RADIX_CUTOFF
479480
";
480481
return 0;
481482
}

tommath.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ EXPORTS
132132
MP_SQR_KARATSUBA_CUTOFF
133133
MP_MUL_TOOM_CUTOFF
134134
MP_SQR_TOOM_CUTOFF
135+
MP_RADIX_CUTOFF

0 commit comments

Comments
 (0)