summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-09 00:54:54 +0200
committertege <tege@gmplib.org>2002-05-09 00:54:54 +0200
commitad379c32405f780b68f93bfbd5725dde445943e2 (patch)
tree4e1fc4997687c0b0c834bbd9b0c8701a132a9187
parentfc08fc87ca12373ed063b80343377e244194232a (diff)
downloadgmp-ad379c32405f780b68f93bfbd5725dde445943e2.tar.gz
(gmp_mpn_functions): Add rootrem and pow_1.
-rw-r--r--configure.in4
1 files 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"