summaryrefslogtreecommitdiff
path: root/mpn/alpha/ev6/gmp-mparam.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-10 08:17:58 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-10 08:17:58 +0200
commit86b3e583bc9465c93159808f72ae514addf59acc (patch)
tree23211b9a42a387efb50f4657e6d116095fd565ab /mpn/alpha/ev6/gmp-mparam.h
parentca581cc0787fcd66a15113beb3379da0fb879c19 (diff)
downloadgmp-86b3e583bc9465c93159808f72ae514addf59acc.tar.gz
*/gmp-mparam.h: Renamed HGCD_SCHOENHAGE_THRESHOLD to HGCD_THRESHOLD.
Diffstat (limited to 'mpn/alpha/ev6/gmp-mparam.h')
-rw-r--r--mpn/alpha/ev6/gmp-mparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/alpha/ev6/gmp-mparam.h b/mpn/alpha/ev6/gmp-mparam.h
index 9edf2ec0d..c01c45208 100644
--- a/mpn/alpha/ev6/gmp-mparam.h
+++ b/mpn/alpha/ev6/gmp-mparam.h
@@ -40,7 +40,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DIV_DC_THRESHOLD 116
#define POWM_THRESHOLD 212
-#define HGCD_SCHOENHAGE_THRESHOLD 407
+#define HGCD_THRESHOLD 407
#define GCD_ACCEL_THRESHOLD 3
#define GCD_SCHOENHAGE_THRESHOLD 867
#define GCDEXT_SCHOENHAGE_THRESHOLD 867