summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-13 14:46:07 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-13 14:46:07 +0000
commitdf57b78bedde5fbd7d7cc3a7e362315f04d4b7cc (patch)
tree1dc0758b9ce9b150ab6daac027dc0a20b3fcfe3e /src
parentcd6dc19d81ae94c4d88499e1fd464e2ba778e5a7 (diff)
downloadmpfr-df57b78bedde5fbd7d7cc3a7e362315f04d4b7cc.tar.gz
[src/mpfr-longlong.h] idem as previous commit for other 2 FIXME's
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7319 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mpfr-longlong.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mpfr-longlong.h b/src/mpfr-longlong.h
index b4286f2fa..595bcfac9 100644
--- a/src/mpfr-longlong.h
+++ b/src/mpfr-longlong.h
@@ -168,7 +168,7 @@ along with this file. If not, see http://www.gnu.org/licenses/. */
#endif
/* Note: the following FIXME comes from GMP, thus it does make sense to try
- to resolve it. */
+ to resolve it in MPFR. */
/* FIXME: The macros using external routines like __MPN(count_leading_zeros)
don't need to be under !NO_ASM */
#if ! defined (NO_ASM)
@@ -1379,6 +1379,8 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ((UWtype *, UWtype, UWtype, UWtype));
: "=r" (sh), "=&r" (sl) \
: "rJ" (ah), "rI" (bh), "rJ" (al), "rI" (bl) \
__CLOBBER_CC)
+/* Note: the following FIXME comes from GMP, thus it does make sense to try
+ to resolve it in MPFR. */
/* FIXME: When gcc -mcpu=v9 is used on solaris, gcc/config/sol2-sld-64.h
doesn't define anything to indicate that to us, it only sets __sparcv8. */
#if defined (__sparc_v9__) || defined (__sparcv9)
@@ -1603,6 +1605,8 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ((UWtype *, UWtype, UWtype, UWtype));
: "=g" (q), "=g" (r) : "g" (__x.__ll), "g" (d)); \
} while (0)
#if 0
+/* Note: the following FIXME comes from GMP, thus it does make sense to try
+ to resolve it in MPFR. */
/* FIXME: This instruction appears to be unimplemented on some systems (vax
8800 maybe). */
#define count_trailing_zeros(count,x) \