diff options
author | Niels Möller <nisse@lysator.liu.se> | 2011-05-19 21:21:02 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2011-05-19 21:21:02 +0200 |
commit | 6f4ff2dca36c573c85103411cc88b03d8689be5a (patch) | |
tree | 821c2db0c1e49a4ad4a387f55384d6072f19a58d /tune | |
parent | d44eb55a3f6a3f7ff61a513f114daf31e58671f2 (diff) | |
download | gmp-6f4ff2dca36c573c85103411cc88b03d8689be5a.tar.gz |
Updated name mangling.
Diffstat (limited to 'tune')
-rw-r--r-- | tune/hgcd_lehmer.c | 6 |
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" |