diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-02-21 11:17:39 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-02-21 11:17:39 +0000 |
commit | 78e004a51b6859df034e52b389062b8c36f4f22a (patch) | |
tree | d46eb42a88292807682c78bf13528f8f29d47926 /src/amd/k8/mparam.h | |
parent | 8388b519d387694bd3ae9204005aaba35d2d96ab (diff) | |
download | mpfr-78e004a51b6859df034e52b389062b8c36f4f22a.tar.gz |
[src/amd/k8/mparam.h] fixed MPFR_DIV_THRESHOLD
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12364 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/amd/k8/mparam.h')
-rw-r--r-- | src/amd/k8/mparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/k8/mparam.h b/src/amd/k8/mparam.h index 12b709496..2ca857f65 100644 --- a/src/amd/k8/mparam.h +++ b/src/amd/k8/mparam.h @@ -223,7 +223,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #define MPFR_MUL_THRESHOLD 17 /* limbs */ #define MPFR_SQR_THRESHOLD 13 /* limbs */ -#define MPFR_DIV_THRESHOLD 4 /* limbs */ +#define MPFR_DIV_THRESHOLD 27 /* limbs */ #define MPFR_EXP_2_THRESHOLD 562 /* bits */ #define MPFR_EXP_THRESHOLD 11073 /* bits */ #define MPFR_SINCOS_THRESHOLD 32373 /* bits */ |