summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-27 02:33:00 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-27 02:33:00 +0200
commit206222ff7ce61356cb5aa3bd782502018eb0f1dc (patch)
tree42341bf5681350bc7e4e01c70355ac0d708ee115 /tune
parentb100c88c2b88bf581356d63707887216cb5461d1 (diff)
downloadgmp-206222ff7ce61356cb5aa3bd782502018eb0f1dc.tar.gz
More of:
* gmp-impl.h, mpn/asm-defs.m4, configure.in, tune/speed.h, tune/speed.c, tune/common.c, tune/many.pl, tests/devel/try.c: Add mpn_mod_34lsub1.
Diffstat (limited to 'tune')
-rw-r--r--tune/speed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tune/speed.h b/tune/speed.h
index 33e9094e9..45eac9ac0 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -182,6 +182,7 @@ double speed_mpn_mod_1 _PROTO ((struct speed_params *s));
double speed_mpn_mod_1c _PROTO ((struct speed_params *s));
double speed_mpn_mod_1_div _PROTO ((struct speed_params *s));
double speed_mpn_mod_1_inv _PROTO ((struct speed_params *s));
+double speed_mpn_mod_34lsub1 _PROTO ((struct speed_params *s));
double speed_mpn_modexact_1_odd _PROTO ((struct speed_params *s));
double speed_mpn_modexact_1c_odd _PROTO ((struct speed_params *s));
double speed_mpn_mul_1 _PROTO ((struct speed_params *s));