Skip to content

Commit afe4d04

Browse files
committed
Made forgotten entry of cutoff in tommath_private.h
1 parent 41692da commit afe4d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tommath_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ do { \
8686
# define MP_SQR_KARATSUBA_CUTOFF MP_DEFAULT_SQR_KARATSUBA_CUTOFF
8787
# define MP_MUL_TOOM_CUTOFF MP_DEFAULT_MUL_TOOM_CUTOFF
8888
# define MP_SQR_TOOM_CUTOFF MP_DEFAULT_SQR_TOOM_CUTOFF
89+
# define MP_RADIX_CUTOFF MP_DEFAULT_RADIX_CUTOFF
8990
#endif
9091

9192
/* define heap macros */

0 commit comments

Comments
 (0)