summaryrefslogtreecommitdiff
path: root/mpn/cray
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/cray
parentca581cc0787fcd66a15113beb3379da0fb879c19 (diff)
downloadgmp-86b3e583bc9465c93159808f72ae514addf59acc.tar.gz
*/gmp-mparam.h: Renamed HGCD_SCHOENHAGE_THRESHOLD to HGCD_THRESHOLD.
Diffstat (limited to 'mpn/cray')
-rw-r--r--mpn/cray/gmp-mparam.h2
-rw-r--r--mpn/cray/ieee/gmp-mparam.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/cray/gmp-mparam.h b/mpn/cray/gmp-mparam.h
index b7da45c43..35191ab65 100644
--- a/mpn/cray/gmp-mparam.h
+++ b/mpn/cray/gmp-mparam.h
@@ -41,7 +41,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DIV_DC_THRESHOLD 996
#define POWM_THRESHOLD 601
-#define HGCD_SCHOENHAGE_THRESHOLD 964
+#define HGCD_THRESHOLD 964
#define GCD_ACCEL_THRESHOLD 3
#define GCD_SCHOENHAGE_THRESHOLD 2874
#define GCDEXT_THRESHOLD 6
diff --git a/mpn/cray/ieee/gmp-mparam.h b/mpn/cray/ieee/gmp-mparam.h
index d5a866000..b7e2d3c9e 100644
--- a/mpn/cray/ieee/gmp-mparam.h
+++ b/mpn/cray/ieee/gmp-mparam.h
@@ -34,7 +34,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DIV_DC_THRESHOLD 390
#define POWM_THRESHOLD 656
-#define HGCD_SCHOENHAGE_THRESHOLD 964
+#define HGCD_THRESHOLD 964
#define GCD_ACCEL_THRESHOLD 3
#define GCD_SCHOENHAGE_THRESHOLD 964
#define GCDEXT_THRESHOLD 0 /* always */