Re: [PATCH] PowerPC: Add float128/Decimal conversions.

2021-01-19 Thread Michael Meissner via Gcc-patches
On Fri, Jan 15, 2021 at 03:52:44PM -0600, Segher Boessenkool wrote: > On Thu, Jan 14, 2021 at 12:09:36PM -0500, Michael Meissner wrote: > > [PATCH] PowerPC: Add float128/Decimal conversions. > > Same question here. In your last message, you said that it was unacceptable that the conversion fails

Re: [PATCH] PowerPC: Add float128/Decimal conversions.

2021-01-15 Thread Segher Boessenkool
On Thu, Jan 14, 2021 at 12:09:36PM -0500, Michael Meissner wrote: > [PATCH] PowerPC: Add float128/Decimal conversions. Same question here. Segher

Re: [PATCH] PowerPC: Add float128/Decimal conversions

2020-12-17 Thread Michael Meissner via Gcc-patches
On Fri, Dec 11, 2020 at 01:51:44PM -0600, Segher Boessenkool wrote: > Hi! > > On Thu, Nov 19, 2020 at 07:05:24PM -0500, Michael Meissner wrote: > > If the glibc is not 2.32 or later, this code just compiles to using abort. > > That is the compile-time target glibc. That is often *not* the glibc

Re: [PATCH] PowerPC: Add float128/Decimal conversions

2020-12-11 Thread Segher Boessenkool
Hi! On Thu, Nov 19, 2020 at 07:05:24PM -0500, Michael Meissner wrote: > If the glibc is not 2.32 or later, this code just compiles to using abort. That is the compile-time target glibc. That is often *not* the glibc your program runs with, as I said before. And this is a huge problem still. >