summaryrefslogtreecommitdiff
path: root/mpn/mips64
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/mips64
parentca581cc0787fcd66a15113beb3379da0fb879c19 (diff)
downloadgmp-86b3e583bc9465c93159808f72ae514addf59acc.tar.gz
*/gmp-mparam.h: Renamed HGCD_SCHOENHAGE_THRESHOLD to HGCD_THRESHOLD.
Diffstat (limited to 'mpn/mips64')
-rw-r--r--mpn/mips64/gmp-mparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/mips64/gmp-mparam.h b/mpn/mips64/gmp-mparam.h
index 23b012149..af6c8e891 100644
--- a/mpn/mips64/gmp-mparam.h
+++ b/mpn/mips64/gmp-mparam.h
@@ -36,7 +36,7 @@ with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DIV_DC_THRESHOLD 53
#define POWM_THRESHOLD 61
-#define HGCD_SCHOENHAGE_THRESHOLD 116
+#define HGCD_THRESHOLD 116
#define GCD_ACCEL_THRESHOLD 3
#define GCD_SCHOENHAGE_THRESHOLD 492
#define GCDEXT_THRESHOLD 0 /* always */