Skip to content

Commit

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

0 comments on commit ac33ffb

Please sign in to comment.