summaryrefslogtreecommitdiff
path: root/math/libm-test-nexttoward.inc
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-06-01 21:48:15 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-06-12 14:48:53 -0300
commit8fd31014315921b4107de171d14b091dbe443226 (patch)
tree8191f019a70eb7b7d1c89d891f22ad3b9dac340b /math/libm-test-nexttoward.inc
parent7d641c411d475fc609edce8df12c4b2918b29fdb (diff)
Allow macros prefixed with FLT128 in include/float.h
TS 18661-3 specifies that macros prefixed with FLTN_ can be defined in float.h, only if __STDC_WANT_IEC_60559_TYPES_EXT__ is defined as a macro before the inclusion of float.h. Since GCC 7.0, these macros are provided under this condition, however, for older versions of GCC, these macros are not provided at all. This patch allows the definitions of such macros in include/float.h for older compilers, if the condition above is met, and even if _ISOMAC is defined. * 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.
Diffstat (limited to 'math/libm-test-nexttoward.inc')
0 files changed, 0 insertions, 0 deletions