summaryrefslogtreecommitdiff
path: root/src/sub1sp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-22 09:31:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-22 09:31:21 +0000
commitc6c881a32b85ef68d818a4eb2ea4f71026aa76ab (patch)
treeb09fba3e5358a3e896bd17e0b14b9199c1230ca2 /src/sub1sp.c
parentbff1d85be367f4950a9d1a83ab214d23eb2e79de (diff)
downloadmpfr-c6c881a32b85ef68d818a4eb2ea4f71026aa76ab.tar.gz
[src/sub1sp.c] Updated a FIXME.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13006 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/sub1sp.c')
-rw-r--r--src/sub1sp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sub1sp.c b/src/sub1sp.c
index 789823d79..913db7333 100644
--- a/src/sub1sp.c
+++ b/src/sub1sp.c
@@ -1212,7 +1212,8 @@ mpfr_sub1sp (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode)
d = (mpfr_uexp_t) bx - cx;
/* printf ("New with diff=%lu\n", (unsigned long) d); */
- /* FIXME: The goto's below are too complex and make the code unreadable. */
+ /* FIXME: The goto's below are too complex and make the code unreadable
+ (only those to sub_one_ulp and truncate are OK). */
if (d == 0)
{