From ad379c32405f780b68f93bfbd5725dde445943e2 Mon Sep 17 00:00:00 2001 From: tege Date: Thu, 9 May 2002 00:54:54 +0200 Subject: (gmp_mpn_functions): Add rootrem and pow_1. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d1daa98c1..d6b2e1384 100644 --- a/configure.in +++ b/configure.in @@ -1730,8 +1730,8 @@ gmp_mpn_functions="$extra_functions \ add add_1 add_n sub sub_1 sub_n mul_1 addmul_1 \ submul_1 lshift rshift dive_1 diveby3 divis divrem divrem_1 divrem_2 \ fib2_ui mod_1 mod_34lsub1 mode1o pre_divrem_1 pre_mod_1 dump \ - mul mul_fft mul_n mul_basecase sqr_basecase random \ - random2 sqrtrem get_str set_str scan0 scan1 popcount hamdist cmp perfsqr \ + mul mul_fft mul_n mul_basecase sqr_basecase random random2 pow_1 \ + rootrem sqrtrem get_str set_str scan0 scan1 popcount hamdist cmp perfsqr \ bdivmod gcd_1 gcd gcdext tdiv_qr dc_divrem_n sb_divrem_mn jacbase \ $gmp_mpn_functions_optional" -- cgit v1.2.1