From 3b07e7650cf496cdf4c7c3adf924f0b037e496a3 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 14 Feb 2020 09:23:00 +0000 Subject: [TODO] About the use of MPFR_MANT(x). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13720 280ebfd0-de03-0410-8827-d642c229c3f4 --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 2f7f14fad..71036f42c 100644 --- a/TODO +++ b/TODO @@ -690,6 +690,10 @@ Table of contents: - use GCC's nonnull attribute (available since GCC 4.0) where applicable. +- avoid the use of MPFR_MANT(x) as an lvalue; use other (more high level) + internal macros if possible, such as MPFR_TMP_INIT1, MPFR_TMP_INIT and + MPFR_ALIAS. + ############################################################################## 7. Portability -- cgit v1.2.1