summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
Diffstat (limited to 'tune')
-rw-r--r--tune/hgcd_lehmer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tune/hgcd_lehmer.c b/tune/hgcd_lehmer.c
index 7e2e00f72..309d2c50d 100644
--- a/tune/hgcd_lehmer.c
+++ b/tune/hgcd_lehmer.c
@@ -25,9 +25,5 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD MP_SIZE_T_MAX
#define __gmpn_hgcd mpn_hgcd_lehmer
#define __gmpn_hgcd_itch mpn_hgcd_lehmer_itch
-/* Same functions, needed to avoid linking collisions. FIXME: Move to
- * separate file? */
-#define __gmpn_hgcd_matrix_init mpn_hgcd_lehmer_matrix_init
-#define __gmpn_hgcd_matrix_adjust mpn_hgcd_lehmer_matrix_adjust
-#define __gmpn_hgcd_matrix_mul mpn_hgcd_lehmer_matrix_mul
+
#include "../mpn/generic/hgcd.c"