summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-09 00:55:09 +0200
committertege <tege@gmplib.org>2002-05-09 00:55:09 +0200
commitba9639bafcb8dabf2805fff27c4c18795ae5cca3 (patch)
tree987f0c1a6ed9069b67d6893859bcd8f1092768e3
parentad379c32405f780b68f93bfbd5725dde445943e2 (diff)
downloadgmp-ba9639bafcb8dabf2805fff27c4c18795ae5cca3.tar.gz
Regenerate for:
(gmp_mpn_functions): Add rootrem and pow_1.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e6857db59..43e6ebce3 100755
--- a/configure
+++ b/configure
@@ -18917,8 +18917,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"