summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-05-08 03:23:50 +0200
committerKevin Ryde <user42@zip.com.au>2002-05-08 03:23:50 +0200
commit52ae42e9bc10402fc93cbfb86b3d10f118fd1ff4 (patch)
tree4506f1a4c0dd99a7cedf6191fab6f8e25546a8e0
parent12c41168a55e2e04a9029037509740a7b78d50dc (diff)
downloadgmp-52ae42e9bc10402fc93cbfb86b3d10f118fd1ff4.tar.gz
* gmp-impl.h (MUL_KARATSUBA_THRESHOLD etc): Remove forced nail values.
-rw-r--r--gmp-impl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index bc7d8d8c8..50d04a241 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -415,18 +415,6 @@ void __gmp_tmp_debug_free _PROTO ((const char *, int, int,
/* Set various *_THRESHOLD values to be used for nails. Thus we avoid using
code that has not yet been qualified. */
-#undef MUL_KARATSUBA_THRESHOLD
-#undef MUL_TOOM3_THRESHOLD
-#define MUL_KARATSUBA_THRESHOLD 30
-#define MUL_TOOM3_THRESHOLD 150
-
-#undef SQR_BASECASE_THRESHOLD
-#undef SQR_KARATSUBA_THRESHOLD
-#undef SQR_TOOM3_THRESHOLD
-#define SQR_BASECASE_THRESHOLD 0
-#define SQR_KARATSUBA_THRESHOLD 50
-#define SQR_TOOM3_THRESHOLD 250
-
#undef DIV_SB_PREINV_THRESHOLD
#undef DIV_DC_THRESHOLD
#undef POWM_THRESHOLD