[Gmp-commit] /var/hg/gmp: Adjust MU_BDIV_Q_THRESHOLD.

mercurial at gmplib.org mercurial at gmplib.org
Tue Oct 13 16:26:19 UTC 2015


details:   /var/hg/gmp/rev/f844cecb9e1f
changeset: 16852:f844cecb9e1f
user:      Torbjorn Granlund <torbjorng at google.com>
date:      Tue Oct 13 18:26:10 2015 +0200
description:
Adjust MU_BDIV_Q_THRESHOLD.

diffstat:

 mpn/powerpc64/mode64/p7/gmp-mparam.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3c1f9cdcdec3 -r f844cecb9e1f mpn/powerpc64/mode64/p7/gmp-mparam.h
--- a/mpn/powerpc64/mode64/p7/gmp-mparam.h	Tue Oct 13 17:01:14 2015 +0200
+++ b/mpn/powerpc64/mode64/p7/gmp-mparam.h	Tue Oct 13 18:26:10 2015 +0200
@@ -224,7 +224,7 @@
 #define MU_DIVAPPR_Q_THRESHOLD            1142
 #define MUPI_DIV_QR_THRESHOLD               50
 #define MU_BDIV_QR_THRESHOLD              1120
-#define MU_BDIV_Q_THRESHOLD                 68
+#define MU_BDIV_Q_THRESHOLD               1470
 
 #define POWM_SEC_TABLE  3,25,194,712,2177
 


More information about the gmp-commit mailing list