summaryrefslogtreecommitdiff
path: root/mpn/minithres
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/minithres
parentca581cc0787fcd66a15113beb3379da0fb879c19 (diff)
downloadgmp-86b3e583bc9465c93159808f72ae514addf59acc.tar.gz
*/gmp-mparam.h: Renamed HGCD_SCHOENHAGE_THRESHOLD to HGCD_THRESHOLD.
Diffstat (limited to 'mpn/minithres')
-rw-r--r--mpn/minithres/gmp-mparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/minithres/gmp-mparam.h b/mpn/minithres/gmp-mparam.h
index 7586b7a0f..f9fd812c9 100644
--- a/mpn/minithres/gmp-mparam.h
+++ b/mpn/minithres/gmp-mparam.h
@@ -33,7 +33,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DIV_DC_THRESHOLD 6
#define POWM_THRESHOLD 4
-#define HGCD_SCHOENHAGE_THRESHOLD 10
+#define HGCD_THRESHOLD 10
#define GCD_ACCEL_THRESHOLD 2
#define GCD_SCHOENHAGE_THRESHOLD 20
#define GCDEXT_SCHOENHAGE_THRESHOLD 20