summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2011-10-26 15:19:19 +0200
committerNiels Möller <nisse@lysator.liu.se>2011-10-26 15:19:19 +0200
commit157b8420605b1d300cfe8663ff5bd707e2378aa7 (patch)
tree4cccb449f8cd895c5091c0216dd33f9b442fc1b7 /configure.in
parentd86e2f2ec8096b7b8f3ffe6709d4081a2ed7903a (diff)
downloadgmp-157b8420605b1d300cfe8663ff5bd707e2378aa7.tar.gz
New mpn_hgcd_reduce function
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 8452da99f..480ec3cde 100644
--- a/configure.in
+++ b/configure.in
@@ -2612,7 +2612,7 @@ gmp_mpn_functions="$extra_functions \
gcdext_lehmer \
div_q tdiv_qr jacbase jacobi_2 jacobi get_d \
matrix22_mul matrix22_mul1_inverse_vector \
- hgcd_matrix hgcd2 hgcd_step hgcd hgcd_appr \
+ hgcd_matrix hgcd2 hgcd_step hgcd_reduce hgcd hgcd_appr \
hgcd2_jacobi hgcd_jacobi \
mullo_n mullo_basecase \
toom22_mul toom32_mul toom42_mul toom52_mul toom62_mul \