summaryrefslogtreecommitdiff
path: root/mpn/ia64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-01-02 13:02:52 +0100
committerTorbjorn Granlund <tg@gmplib.org>2017-01-02 13:02:52 +0100
commit2560381233efa52f6e3102f3d6e1ed101981fc1a (patch)
tree3b87b37ce68e8c008cf6fe8cfd33c821a1f362a0 /mpn/ia64
parent392fda05a32a09dd3973b9a163bb75180d3228bb (diff)
downloadgmp-2560381233efa52f6e3102f3d6e1ed101981fc1a.tar.gz
Retune (mainly for DIV_1_VS_MUL_1_PERCENT).
Diffstat (limited to 'mpn/ia64')
-rw-r--r--mpn/ia64/gmp-mparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpn/ia64/gmp-mparam.h b/mpn/ia64/gmp-mparam.h
index cda7573a1..feb517ee7 100644
--- a/mpn/ia64/gmp-mparam.h
+++ b/mpn/ia64/gmp-mparam.h
@@ -51,6 +51,8 @@ see https://www.gnu.org/licenses/. */
#define DIVEXACT_1_THRESHOLD 0 /* always (native) */
#define BMOD_1_TO_MOD_1_THRESHOLD MP_SIZE_T_MAX /* never */
+#define DIV_1_VS_MUL_1_PERCENT 315
+
#define MUL_TOOM22_THRESHOLD 39
#define MUL_TOOM33_THRESHOLD 129
#define MUL_TOOM44_THRESHOLD 214