Commit 646523e699940746223af237d3e52dae233a1c95

Steffen Jaeckel 2020-09-13T14:19:30

add cutoff's to exported symbols

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/helper.pl b/helper.pl
index b3a30a0..20b0dc9 100755
--- a/helper.pl
+++ b/helper.pl
@@ -436,6 +436,10 @@ sub generate_def {
 ;
 EXPORTS
     $files
+    MP_MUL_KARATSUBA_CUTOFF
+    MP_SQR_KARATSUBA_CUTOFF
+    MP_MUL_TOOM_CUTOFF
+    MP_SQR_TOOM_CUTOFF
 ";
     return 0;
 }