summaryrefslogtreecommitdiff
path: root/tune/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tune/common.c')
-rw-r--r--tune/common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tune/common.c b/tune/common.c
index e6f60613b..e803d046e 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -1763,6 +1763,11 @@ speed_mpn_gcd_22 (struct speed_params *s)
SPEED_ROUTINE_MPN_GCD_22 (mpn_gcd_22);
}
+double
+speed_mpz_nextprime (struct speed_params *s)
+{
+ SPEED_ROUTINE_MPZ_NEXTPRIME (mpz_nextprime);
+}
double
speed_mpz_jacobi (struct speed_params *s)