Re: [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #03

2015-10-23 Thread Michael Meissner
This patch defines 3 macros to tell the user whether -mfloat128 is enabled or not, and whether long double is IBM extended double or IEEE 128-bit floating point. I have built the compiler with this patch and the previous subpatches (1 and 2). I have bootstrapped the compiler with all 16 subpatche

Re: [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #03

2015-10-29 Thread David Edelsohn
On Fri, Oct 23, 2015 at 1:33 PM, Michael Meissner wrote: > This patch defines 3 macros to tell the user whether -mfloat128 is enabled or > not, and whether long double is IBM extended double or IEEE 128-bit floating > point. > > I have built the compiler with this patch and the previous subpatches