Re: [PATCH], Enable _Float128 in VSX PowerPC system and enable #pragma GCC target "float128"

2017-08-16 Thread Segher Boessenkool
Hi Mike, On Mon, Aug 14, 2017 at 03:21:42PM -0400, Michael Meissner wrote: > This patch enables the _Float128 keyword for the C langauge all of the time > for > PowerPC VSX systems. The __float128 keyword continues to be only enabled if > you use the -mfloat128 option. Looks good, please

[PATCH], Enable _Float128 in VSX PowerPC system and enable #pragma GCC target "float128"

2017-08-14 Thread Michael Meissner
This patch enables the _Float128 keyword for the C langauge all of the time for PowerPC VSX systems. The __float128 keyword continues to be only enabled if you use the -mfloat128 option. A previous patch had separated the underlying support (-mfloat128-type) from enabling the __float128 keyword