summaryrefslogtreecommitdiff
path: root/mpn/pa32
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/pa32
parent2da808c1ba79f8f2af41e7068984d88561c2c7bc (diff)
downloadgmp-90dfb1c6787f15642d7237b820e1c61172320b50.tar.gz
Removed GCDEXT_THRESHOLD
Diffstat (limited to 'mpn/pa32')
-rw-r--r--mpn/pa32/gmp-mparam.h1
-rw-r--r--mpn/pa32/hppa1_1/gmp-mparam.h1
-rw-r--r--mpn/pa32/hppa2_0/gmp-mparam.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/mpn/pa32/gmp-mparam.h b/mpn/pa32/gmp-mparam.h
index 3c6d36c57..005539c0d 100644
--- a/mpn/pa32/gmp-mparam.h
+++ b/mpn/pa32/gmp-mparam.h
@@ -49,6 +49,5 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#ifndef GCD_ACCEL_THRESHOLD
#define GCD_ACCEL_THRESHOLD 46
#endif
-#ifndef GCDEXT_THRESHOLD
#define GCDEXT_THRESHOLD 33
#endif
diff --git a/mpn/pa32/hppa1_1/gmp-mparam.h b/mpn/pa32/hppa1_1/gmp-mparam.h
index 1f3390274..5ced74548 100644
--- a/mpn/pa32/hppa1_1/gmp-mparam.h
+++ b/mpn/pa32/hppa1_1/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 231
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 823
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 5
diff --git a/mpn/pa32/hppa2_0/gmp-mparam.h b/mpn/pa32/hppa2_0/gmp-mparam.h
index 29ea97506..f5667840a 100644
--- a/mpn/pa32/hppa2_0/gmp-mparam.h
+++ b/mpn/pa32/hppa2_0/gmp-mparam.h
@@ -35,7 +35,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 166
#define GCD_ACCEL_THRESHOLD 4
-#define GCDEXT_THRESHOLD 0
#define DIVREM_1_NORM_THRESHOLD 4
#define DIVREM_1_UNNORM_THRESHOLD 6