This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 5/9] float128: Add strfromf128


On Tue, 6 Jun 2017 17:27:30 +0000
Joseph Myers <joseph@codesourcery.com> wrote:

> On Fri, 2 Jun 2017, Gabriel F. T. Gomes wrote:
> 
> As with other TS 18661-3 functions, the declaration should be outside the 
> __GLIBC_USE (IEC_60559_BFP_EXT) block you've put it in, so that it's 
> visible if __STDC_WANT_IEC_60559_TYPES_EXT__ is defined and the type is 
> supported, even if __STDC_WANT_IEC_60559_BFP_EXT__ is not defined.
> 
> OK with that fixed.

Thanks.  I've commit patches 1 to 5 in this series (with the changes) and
I've sent a third version for patches 6 and 7.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]