From 4fc12f0eda596b12fb27fb39ea4ac5e68ac4170e Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Wed, 20 Jul 2016 12:14:21 -0500 Subject: Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__ This macro is defined by TS 18661-3 for supporting the _FloatN and _FloatNx types, as well as the functions suffixed with fN. * bits/libc-header-start.h: (__GLIBC_USE_IEC_60559_TYPES_EXT): New macro. * include/features.h: Describe __STDC_WANT_IEC_60559_TYPES_EXT__. * manual/creature.texi: Likewise. --- include/features.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/features.h b/include/features.h index 7de4089..972cbd2 100644 --- a/include/features.h +++ b/include/features.h @@ -30,6 +30,8 @@ Extensions to ISO C11 from TS 18661-1:2014. __STDC_WANT_IEC_60559_FUNCS_EXT__ Extensions to ISO C11 from TS 18661-4:2015. + __STDC_WANT_IEC_60559_TYPES_EXT__ + Extensions to ISO C11 from TS 18661-3:2015. _POSIX_SOURCE IEEE Std 1003.1. _POSIX_C_SOURCE If ==1, like _POSIX_SOURCE; if >=2 add IEEE Std 1003.2; -- cgit v1.1