summaryrefslogtreecommitdiff
path: root/tune/mod_1_inv.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-24 23:42:19 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-24 23:42:19 +0100
commita440d5b4d8fc4018c95f1f977d01d766dc13b98f (patch)
treea81d3473c796427b06ee7c937a978c8af89b5816 /tune/mod_1_inv.c
parentd426acdf27710467e8d4a983cbefc6177726af33 (diff)
downloadgmp-a440d5b4d8fc4018c95f1f977d01d766dc13b98f.tar.gz
Completely respin tuning of mod_1 function family.
Diffstat (limited to 'tune/mod_1_inv.c')
-rw-r--r--tune/mod_1_inv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tune/mod_1_inv.c b/tune/mod_1_inv.c
index 448d093f3..5c09fb572 100644
--- a/tune/mod_1_inv.c
+++ b/tune/mod_1_inv.c
@@ -24,8 +24,12 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#undef MOD_1_NORM_THRESHOLD
#undef MOD_1_UNNORM_THRESHOLD
+#undef MOD_1N_TO_MOD_1_1_THRESHOLD
+#undef MOD_1U_TO_MOD_1_1_THRESHOLD
#define MOD_1_NORM_THRESHOLD 0
#define MOD_1_UNNORM_THRESHOLD 0
+#define MOD_1N_TO_MOD_1_1_THRESHOLD MP_SIZE_T_MAX
+#define MOD_1U_TO_MOD_1_1_THRESHOLD MP_SIZE_T_MAX
#define __gmpn_mod_1 mpn_mod_1_inv
#include "mpn/generic/mod_1.c"