summaryrefslogtreecommitdiff
path: root/mpn/power
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-15 15:11:02 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-15 15:11:02 +0200
commit90dfb1c6787f15642d7237b820e1c61172320b50 (patch)
treea797c3a72358155c575e61fce86da73637748669 /mpn/power
parent2da808c1ba79f8f2af41e7068984d88561c2c7bc (diff)
downloadgmp-90dfb1c6787f15642d7237b820e1c61172320b50.tar.gz
Removed GCDEXT_THRESHOLD
Diffstat (limited to 'mpn/power')
-rw-r--r--mpn/power/gmp-mparam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpn/power/gmp-mparam.h b/mpn/power/gmp-mparam.h
index 9d2b1e03d..f9b10e6a4 100644
--- a/mpn/power/gmp-mparam.h
+++ b/mpn/power/gmp-mparam.h
@@ -33,7 +33,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 97
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 590
-#define GCDEXT_THRESHOLD 41
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 12