summaryrefslogtreecommitdiff
path: root/src/x86_64
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-21 10:32:43 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-21 10:32:43 +0000
commit4b29a3f3d66cf915a1c6689451189cbd7141d7f8 (patch)
treeb80abf445c56a11956e167f3617b95ae6047ecbc /src/x86_64
parentc32a264c134cf7e3f7b679978d59c0f6f5a6b273 (diff)
downloadmpfr-4b29a3f3d66cf915a1c6689451189cbd7141d7f8.tar.gz
[src/x86_64/mparam.h] fixed MPFR_DIV_THRESHOLD
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12357 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/x86_64')
-rw-r--r--src/x86_64/mparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x86_64/mparam.h b/src/x86_64/mparam.h
index 4cced4ef3..65da77049 100644
--- a/src/x86_64/mparam.h
+++ b/src/x86_64/mparam.h
@@ -221,9 +221,9 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
512,512,511,512,512,576,512,562,576,544,524,568,528,536,528,527, /*992-1007*/ \
528,552,560,524,528,528,544,552,528,568,540,560,536,528,564,560 /*1008-1023*/ \
-#define MPFR_MUL_THRESHOLD 1 /* limbs */
+#define MPFR_MUL_THRESHOLD 12 /* limbs */
#define MPFR_SQR_THRESHOLD 18 /* limbs */
-#define MPFR_DIV_THRESHOLD 1 /* limbs */
+#define MPFR_DIV_THRESHOLD 4 /* limbs */
#define MPFR_EXP_2_THRESHOLD 961 /* bits */
#define MPFR_EXP_THRESHOLD 6135 /* bits */
#define MPFR_SINCOS_THRESHOLD 24712 /* bits */