diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-05-24 19:03:12 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-05-24 19:03:12 +0200 |
commit | 62c96c4fcda1487fd313b3d33c61ca94a514757c (patch) | |
tree | 867610d56733ab40766e0e88e3c2dcd4739b92ae /mpn/x86_64/gmp-mparam.h | |
parent | 52a56c0cbbc6bdcea422590586f0faa07e643164 (diff) | |
download | gmp-62c96c4fcda1487fd313b3d33c61ca94a514757c.tar.gz |
Retune, in particular JACOBI_BASE_METHOD.
Diffstat (limited to 'mpn/x86_64/gmp-mparam.h')
-rw-r--r-- | mpn/x86_64/gmp-mparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/x86_64/gmp-mparam.h b/mpn/x86_64/gmp-mparam.h index 2e8503048..0084f4dcc 100644 --- a/mpn/x86_64/gmp-mparam.h +++ b/mpn/x86_64/gmp-mparam.h @@ -189,7 +189,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define HGCD_THRESHOLD 139 #define GCD_DC_THRESHOLD 501 #define GCDEXT_DC_THRESHOLD 474 -#define JACOBI_BASE_METHOD 1 +#define JACOBI_BASE_METHOD 4 #define GET_STR_DC_THRESHOLD 17 #define GET_STR_PRECOMPUTE_THRESHOLD 23 |