[Gmp-commit] /var/hg/gmp: Undo accidental change of default HGCD2_METHOD.

mercurial at gmplib.org mercurial at gmplib.org
Thu Sep 5 19:14:51 UTC 2019


details:   /var/hg/gmp/rev/e9714eb3dbb0
changeset: 17866:e9714eb3dbb0
user:      Niels M?ller <nisse at lysator.liu.se>
date:      Thu Sep 05 21:14:30 2019 +0200
description:
Undo accidental change of default HGCD2_METHOD.

diffstat:

 mpn/generic/hgcd2.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r beaa1373af16 -r e9714eb3dbb0 mpn/generic/hgcd2.c
--- a/mpn/generic/hgcd2.c	Thu Sep 05 21:10:05 2019 +0200
+++ b/mpn/generic/hgcd2.c	Thu Sep 05 21:14:30 2019 +0200
@@ -36,7 +36,7 @@
 #include "longlong.h"
 
 #ifndef HGCD2_METHOD
-#define HGCD2_METHOD 3
+#define HGCD2_METHOD 2
 #endif
 
 #if GMP_NAIL_BITS != 0


More information about the gmp-commit mailing list