diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS index 027f09b8c7..960c9f8dad 100644 --- a/NEWS +++ b/NEWS @@ -121,13 +121,13 @@ Version 2.26 C Library is GCC 4.9. Older GCC versions, and non-GNU compilers, can still be used to compile programs using the GNU C Library. -* Support is added, on powerpc64le, for interfaces supporting the _Float128 - type from ISO/IEC TS 18661-3:2015. Most of the interfaces are taken from - TS 18661-3. The type-generic macros in <math.h> support this type, but - those in <tgmath.h> do not. The GNU C Library now requires GCC 6.2 or - later to build for powerpc64le. When used with GCC versions before GCC - 7, these interfaces may be used with the type under the non-standard name - __float128. +* Support is added, on powerpc64le, x86_64 and x86, for interfaces + supporting the _Float128 type from ISO/IEC TS 18661-3:2015. Most of the + interfaces are taken from TS 18661-3. The type-generic macros in <math.h> + support this type, but those in <tgmath.h> do not. The GNU C Library now + requires GCC 6.2 or later to build for powerpc64le. When used with GCC + versions before GCC 7, these interfaces may be used with the type under + the non-standard name __float128. New <stdlib.h> functions from ISO/IEC TS 18661-3: |