summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-21 17:59:46 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-21 17:59:46 +0000
commit5795050dcdd0c9bd627e85ec38f1f5b3c7cdd854 (patch)
treee9688533d1b7de5324af36cc3e0d7eb7d24ce43b /src/mpfr-impl.h
parentf4efb93a4557871cbe0b3f5cf6275656f484a806 (diff)
downloadmpfr-5795050dcdd0c9bd627e85ec38f1f5b3c7cdd854.tar.gz
[src/mpfr-impl.h] FIXME for _Decimal128.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12802 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-impl.h')
-rw-r--r--src/mpfr-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 0cd6baced..907becfbc 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -808,6 +808,8 @@ typedef union {
#ifdef MPFR_WANT_DECIMAL_FLOATS
/* to cast between binary64 and decimal64 */
union ieee_double_decimal64 { double d; _Decimal64 d64; };
+/* FIXME: This should be checked with a configure test as
+ this is implementation-defined (endianness...). */
union ieee_double_decimal128
{
struct