summaryrefslogtreecommitdiff
path: root/src/set_d128.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-19 10:05:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-19 10:05:06 +0000
commit0235ab13693e16f9bc32452d6c5c89d0e93fbbab (patch)
treeedf2614287f25a0c9d2be6612a8a16c5278598cb /src/set_d128.c
parent9ccb02c4fca7dd3b342d2842a10f629d094f7071 (diff)
downloadmpfr-0235ab13693e16f9bc32452d6c5c89d0e93fbbab.tar.gz
[src/set_d128.c] Disable the _GMP_IEEE_FLOATS code, which is not
complete yet and makes the compilation fail. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12772 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/set_d128.c')
-rw-r--r--src/set_d128.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/set_d128.c b/src/set_d128.c
index 07a0d47d9..eba8ab9ec 100644
--- a/src/set_d128.c
+++ b/src/set_d128.c
@@ -102,7 +102,9 @@ static unsigned int T[1024] = {
774, 775, 776, 777, 778, 779, 796, 797, 976, 977, 998, 999 };
#endif
-#if _GMP_IEEE_FLOATS
+/* FIXME: change the #if once the implementation is complete.
+ #if _GMP_IEEE_FLOATS */
+#if 0
/* Convert d to a decimal string (one-to-one correspondence, no rounding).
The string s needs to have at least 44 characters (including the final \0):
* 1 for the sign '-'