Re: [PATCH], Update __FLOAT128_HARDWARE__ on power9

2017-10-25 Thread Michael Meissner
On Wed, Oct 25, 2017 at 06:56:20PM -0500, Segher Boessenkool wrote: > On Fri, Oct 20, 2017 at 04:56:41PM -0400, Michael Meissner wrote: > > This is a simple patch to add a way that the GLIBC team call tell that > > certain > > __float128 built-in functions are available. While previous patches of

Re: [PATCH], Update __FLOAT128_HARDWARE__ on power9

2017-10-25 Thread Segher Boessenkool
On Fri, Oct 20, 2017 at 04:56:41PM -0400, Michael Meissner wrote: > This is a simple patch to add a way that the GLIBC team call tell that certain > __float128 built-in functions are available. While previous patches of mine > set __FAST_FP_FMAF128, which could be used for this purpose, this macro

[PATCH], Update __FLOAT128_HARDWARE__ on power9

2017-10-20 Thread Michael Meissner
This is a simple patch to add a way that the GLIBC team call tell that certain __float128 built-in functions are available. While previous patches of mine set __FAST_FP_FMAF128, which could be used for this purpose, this macro just bumps __FLOAT128_HARDWARE__ to say that the built-in functions are