summaryrefslogtreecommitdiff
path: root/tune/set_strs.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-12-07 17:37:15 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-12-07 17:37:15 +0100
commitb56b32b37aab3d7b78ca4a47fb362c506d6f7364 (patch)
tree94f1c36f3f9aa2a4d52df5b22c95ed1745c1977f /tune/set_strs.c
parent3bf49e17d01159550b86ed672e31363266c32dbf (diff)
downloadgmp-b56b32b37aab3d7b78ca4a47fb362c506d6f7364.tar.gz
#undef overridden #defines.
Diffstat (limited to 'tune/set_strs.c')
-rw-r--r--tune/set_strs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tune/set_strs.c b/tune/set_strs.c
index eba365f55..ac2267aaa 100644
--- a/tune/set_strs.c
+++ b/tune/set_strs.c
@@ -25,7 +25,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#undef SET_STR_PRECOMPUTE_THRESHOLD
#define SET_STR_PRECOMPUTE_THRESHOLD 2 /* never */
#define __gmpn_set_str mpn_set_str_subquad
+#undef mpn_bc_set_str
#define mpn_bc_set_str mpn_bc_set_str_subquad
+#undef mpn_dc_set_str
#define mpn_dc_set_str mpn_dc_set_str_subquad
#define mpn_set_str_compute_powtab mpn_set_str_compute_powtab_subquad