summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h b/Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h
index 65097c75d56..18b28654972 100644
--- a/Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h
+++ b/Build/source/libs/mpfr/mpfr-src/src/generic/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2019 Free Software Foundation, Inc.
+Copyright 2005-2020 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
@@ -28,7 +28,8 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#endif
#ifndef MPFR_DIVHIGH_TAB
-# define MPFR_DIVHIGH_TAB 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
+/* the value of divhigh_ktab[n] should be 0 or < n-1 */
+# define MPFR_DIVHIGH_TAB 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
#endif
#ifndef MPFR_MUL_THRESHOLD