summaryrefslogtreecommitdiff
path: root/src/get_d128.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-12 02:34:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-12 02:34:29 +0000
commit1264c63e102b78d91dbdfb4e007470d57a867b52 (patch)
tree5ce12356f6f8b51cf948af5239d53b6b9dd3fe17 /src/get_d128.c
parentbb89d0c5254f94dbdb7159295fc55f3ccf492494 (diff)
downloadmpfr-1264c63e102b78d91dbdfb4e007470d57a867b52.tar.gz
[src/get_d128.c] Updated the FIXME.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14075 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/get_d128.c')
-rw-r--r--src/get_d128.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/get_d128.c b/src/get_d128.c
index 12355314f..8ba9f9a4c 100644
--- a/src/get_d128.c
+++ b/src/get_d128.c
@@ -44,6 +44,8 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
* https://gforge.inria.fr/tracker/index.php?func=detail&aid=21849&group_id=136&atid=619
* They could be avoided by accessing the fields directly like
* in get_d64.c for _Decimal64.
+ * Another MB or so could be saved with a direct implementation of
+ * string_to_Decimal128 (i.e. avoiding _Decimal128 operations).
*/
/* construct a decimal128 NaN */