summaryrefslogtreecommitdiff
path: root/tune/speed.h
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-04-22 12:23:10 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-04-22 12:23:10 +0200
commit71b05bcce68b4c38ce0dae04a026c54b2fa6064d (patch)
tree4a6f37765765c950547684148d3c08b48bae8e81 /tune/speed.h
parentbbd1f5f7aee9035eb3eb98967096d5b14a5f9055 (diff)
downloadgmp-71b05bcce68b4c38ce0dae04a026c54b2fa6064d.tar.gz
tune: Support mpz_bin_ui.
Diffstat (limited to 'tune/speed.h')
-rw-r--r--tune/speed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tune/speed.h b/tune/speed.h
index 6fad91d22..8a4536219 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -358,6 +358,7 @@ double speed_mpq_init_clear (struct speed_params *);
double speed_mpz_add (struct speed_params *);
double speed_mpz_bin_uiui (struct speed_params *);
+double speed_mpz_bin_ui (struct speed_params *);
double speed_mpz_fac_ui (struct speed_params *);
double speed_mpz_fib_ui (struct speed_params *);
double speed_mpz_fib2_ui (struct speed_params *);