aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37e8e192b6..429690e1fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2017-06-12 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+ * include/float.h: Allow the definition of macros prefixed with
+ FLT128 even if _ISOMAC is defined, but provided that
+ __STDC_WANT_IEC_60559_TYPES_EXT__ is defined as a macro.
+
+2017-06-12 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
* manual/math.texi (Mathematics): Add description for _FloatN and
_FloatNx types and mentions that they are not support in glibc for
any architecture, so far.