Browse code

disable {MUL,SQR}{48,64}, takes too long to compile, and doesn't offer many speedups.

Török Edvin authored on 2012/01/11 21:33:52
Showing 1 changed files
... ...
@@ -55,8 +55,8 @@
55 55
 #define TFM_MUL24
56 56
 #define TFM_MUL28
57 57
 #define TFM_MUL32
58
-#define TFM_MUL48
59
-#define TFM_MUL64
58
+/*#define TFM_MUL48
59
+#define TFM_MUL64*/
60 60
 
61 61
 #if 0
62 62
 #define TFM_SQR3
... ...
@@ -72,8 +72,8 @@
72 72
 #define TFM_SQR24
73 73
 #define TFM_SQR28
74 74
 #define TFM_SQR32
75
-#define TFM_SQR48
76
-#define TFM_SQR64
75
+/*#define TFM_SQR48
76
+#define TFM_SQR64*/
77 77
 
78 78
 /* do we want some overflow checks
79 79
    Not required if you make sure your numbers are within range (e.g. by default a modulus for fp_exptmod() can only be upto 2048 bits long)