Hi Joerg, On Tue, May 6, 2014 at 4:49 AM, Joerg Sonnenberger wrote:
> Just FYI, I will add __ARM_DWARF_EH__ when switching NetBSD to use > normal Itanium-ABI, so you might want to check for the lack of that as > well. > Sure. I will add !defined(__ARM_DWARF_EH__) in the upcoming revision. On Tue, May 6, 2014 at 4:52 AM, Joerg Sonnenberger wrote: > Can you use __LDBL_MANT_DIG__ == 64 instead? > It seems that __LDBL_MANT_DIG__ stands for the number of bits of significand (or mantissa.) However, I wish to know the size of long double. AFAIK, there is no macro for this. Any good suggestion? Thanks. Logan
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
