summaryrefslogtreecommitdiff
path: root/mpn/pa64
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/pa64
parent2da808c1ba79f8f2af41e7068984d88561c2c7bc (diff)
downloadgmp-90dfb1c6787f15642d7237b820e1c61172320b50.tar.gz
Removed GCDEXT_THRESHOLD
Diffstat (limited to 'mpn/pa64')
-rw-r--r--mpn/pa64/gmp-mparam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpn/pa64/gmp-mparam.h b/mpn/pa64/gmp-mparam.h
index 1355fd5fa..e9d058f6b 100644
--- a/mpn/pa64/gmp-mparam.h
+++ b/mpn/pa64/gmp-mparam.h
@@ -42,7 +42,6 @@ with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 292
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 1498
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* always */