summaryrefslogtreecommitdiff
path: root/tune/set_strs.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-01-24 22:41:36 +0100
committerTorbjorn Granlund <tg@gmplib.org>2017-01-24 22:41:36 +0100
commitad002a7167396ebff6f0efb715d60ac16cc49ef4 (patch)
treec21a644dd3dc172930c8bf2afad9a61609f5dee7 /tune/set_strs.c
parent95191e92820b0da63fdb4a0f681168345ca91876 (diff)
downloadgmp-ad002a7167396ebff6f0efb715d60ac16cc49ef4.tar.gz
Break out and optimise powtab computation from mpn/generic/get_str.c and mpn/generic/set_str.c.
Diffstat (limited to 'tune/set_strs.c')
-rw-r--r--tune/set_strs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tune/set_strs.c b/tune/set_strs.c
index 6a0346fbc..d2a9fc2f8 100644
--- a/tune/set_strs.c
+++ b/tune/set_strs.c
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#define __gmpn_set_str mpn_set_str_subquad
#define __gmpn_bc_set_str mpn_bc_set_str_subquad
#define __gmpn_dc_set_str mpn_dc_set_str_subquad
-#define __gmpn_set_str_compute_powtab mpn_set_str_compute_powtab_subquad
#include "gmp-impl.h"