diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS index ab14d1eb1b..33c62abf2f 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,12 @@ Major new features: are the same interfaces added in version 2.26 for some platforms where this format is supported but is not the format of long double. +* On platforms with support for _Float64x (aarch64, alpha, i386, ia64, + mips64, powerpc64le, s390, sparc and x86_64), the math library now + implements interfaces for that type, as defined by ISO/IEC TS + 18661-3:2015. These are corresponding interfaces to those supported for + _Float128. + * glibc now implements the memfd_create function on Linux. Deprecated and removed features, and other changes affecting compatibility: |