summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-07 18:42:27 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-07 18:42:27 +0100
commit98ec919fbc24e85c20818b472131687ba42ae6ab (patch)
tree5a402cf11ffb5ad59a3ddbfa09eba510b2592bdd /configure.in
parent9e346a7777b9c5576e5a4758a1701ed114a9e977 (diff)
downloadgmp-98ec919fbc24e85c20818b472131687ba42ae6ab.tar.gz
Change how mpn_redc_1 works, use more broadly.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9c0092427..79367c210 100644
--- a/configure.in
+++ b/configure.in
@@ -2638,7 +2638,7 @@ gmp_mpn_functions="$extra_functions \
mu_bdiv_q mu_bdiv_qr \
bdiv_q bdiv_qr \
divexact bdiv_dbm1c redc_1 redc_2 redc_n powm powlo powm_sec \
- redc_1_sec trialdiv remove \
+ trialdiv remove \
and_n andn_n nand_n ior_n iorn_n nior_n xor_n xnor_n \
copyi copyd zero \
$gmp_mpn_functions_optional"