summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-01-25 12:04:47 +0100
committerTorbjorn Granlund <tg@gmplib.org>2017-01-25 12:04:47 +0100
commitfd06a0dadc7be0267d4cce6177948b8eea21f86f (patch)
tree8f277208607f5539249c508e09a24d85ac34e064 /tune
parentad002a7167396ebff6f0efb715d60ac16cc49ef4 (diff)
downloadgmp-fd06a0dadc7be0267d4cce6177948b8eea21f86f.tar.gz
Amend last change.
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index 1b561e836..7e7e9a584 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -2718,7 +2718,7 @@ speed_mpn_pre_set_str (struct speed_params *s)
chars_per_limb = mp_bases[base].chars_per_limb;
un = s->size / chars_per_limb + 1;
- powtab_mem = TMP_BALLOC_LIMBS (mpn_dc_set_str_powtab_alloc (un));
+ powtab_mem = TMP_BALLOC_LIMBS (mpn_str_powtab_alloc (un));
size_t n_pows = mpn_compute_powtab (powtab, powtab_mem, un, base);
powers_t *pt = powtab + n_pows;
tp = TMP_BALLOC_LIMBS (mpn_dc_set_str_itch (un));