summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-03-21 11:24:55 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-03-21 11:24:55 +0100
commita360b218aac5ff472bddeb4a3a95d0b29d9d0efe (patch)
treeaf40a599e06d62d050ce090c90a34c6041970033 /configure.in
parentb849a911ba7aabe2791b3aeece4f667a0b204c65 (diff)
downloadgmp-a360b218aac5ff472bddeb4a3a95d0b29d9d0efe.tar.gz
(gmp_mpn_functions): Add addcnd_n.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 786e14077..9aabaa135 100644
--- a/configure.in
+++ b/configure.in
@@ -2512,8 +2512,9 @@ gmp_mpn_functions_optional="umul udiv \
add_n_sub_n addaddmul_1msb0"
gmp_mpn_functions="$extra_functions \
- add add_1 add_n sub sub_1 sub_n neg com mul_1 addmul_1 \
- submul_1 lshift rshift dive_1 diveby3 divis divrem divrem_1 divrem_2 \
+ add add_1 add_n sub sub_1 sub_n addcnd_n subcnd_n neg com \
+ 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 \
mod_1_1 mod_1_2 mod_1_3 mod_1_4 lshiftc \
mul mul_fft mul_n sqr mul_basecase sqr_basecase nussbaumer_mul \
@@ -2545,7 +2546,7 @@ gmp_mpn_functions="$extra_functions \
dcpi1_bdiv_q dcpi1_bdiv_qr \
mu_bdiv_q mu_bdiv_qr \
bdiv_q bdiv_qr \
- divexact bdiv_dbm1c redc_1 redc_2 redc_n powm powlo powm_sec subcnd_n \
+ divexact bdiv_dbm1c redc_1 redc_2 redc_n powm powlo powm_sec \
redc_1_sec trialdiv remove \
and_n andn_n nand_n ior_n iorn_n nior_n xor_n xnor_n \
copyi copyd zero \