Skip to content

Commit

Permalink
Added cutoff to helper.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
czurnieden committed Jun 9, 2024
1 parent eb5f433 commit bb23d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ sub generate_def {
MP_SQR_KARATSUBA_CUTOFF
MP_MUL_TOOM_CUTOFF
MP_SQR_TOOM_CUTOFF
MP_RADIX_CUTOFF
";
return 0;
}
Expand Down
1 change: 1 addition & 0 deletions tommath.def
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@ EXPORTS
MP_SQR_KARATSUBA_CUTOFF
MP_MUL_TOOM_CUTOFF
MP_SQR_TOOM_CUTOFF
MP_RADIX_CUTOFF

0 comments on commit bb23d19

Please sign in to comment.