summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2011-05-19 21:09:39 +0200
committerNiels Möller <nisse@lysator.liu.se>2011-05-19 21:09:39 +0200
commitd44eb55a3f6a3f7ff61a513f114daf31e58671f2 (patch)
treea78840d200444a2b8f3a3d2cc5a233990bc3e332 /configure.in
parentca9caf90ebf786f49e186e28e77b42eced136916 (diff)
downloadgmp-d44eb55a3f6a3f7ff61a513f114daf31e58671f2.tar.gz
hgcd simplifications. New file hgcd_matrix.c
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 8ca0fc3eb..e084f52dd 100644
--- a/configure.in
+++ b/configure.in
@@ -2540,7 +2540,7 @@ gmp_mpn_functions="$extra_functions \
gcdext_lehmer \
div_q tdiv_qr jacbase jacobi_lehmer get_d \
matrix22_mul matrix22_mul1_inverse_vector \
- hgcd2 hgcd mullo_n mullo_basecase \
+ hgcd_matrix hgcd2 hgcd mullo_n mullo_basecase \
toom22_mul toom32_mul toom42_mul toom52_mul toom62_mul \
toom33_mul toom43_mul toom53_mul toom63_mul \
toom44_mul \