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 c

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

[PATCH] PowerPC: Add float128/Decimal conversions.

2021-01-14 Thread Michael Meissner via Gcc-patches
[PATCH] PowerPC: Add float128/Decimal conversions. This patch replaces the following two patches: September 24th, 2020: Message-ID: <20200924203545.gd31...@ibm-toto.the-meissners.org> October 22nd, 2020: Message-ID: <2020100603.ga11...@ibm-toto.the-meissners.org> This patch re

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. >

Ping x2: [PATCH] PowerPC: Add float128/Decimal conversions

2020-12-10 Thread Michael Meissner via Gcc-patches
This is one of the critical patches for enabling IEEE 128-bit long double. I haven't received a reply for this patch: | Date: Thu, 19 Nov 2020 19:05:24 -0500 | Subject: [PATCH] PowerPC: Add float128/Decimal conversions | Message-ID: <2020112524.ga...@ibm-toto.the-meissners.org> |

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

2020-12-03 Thread Michael Meissner via Gcc-patches
I haven't received a reply for this patch: | Date: Thu, 19 Nov 2020 19:05:24 -0500 | Subject: [PATCH] PowerPC: Add float128/Decimal conversions | Message-ID: <2020112524.ga...@ibm-toto.the-meissners.org> | https://gcc.gnu.org/pipermail/gcc-patches/2020-November/559661.html -- M

[PATCH] PowerPC: Add float128/Decimal conversions

2020-11-19 Thread Michael Meissner via Gcc-patches
[PATCH] PowerPC: Add float128/Decimal conversions. I accidently posted this patch on an internal IBM mailing list instead of gcc-patches. This patch replaces the following two patches: September 24th, 2020: Message-ID: <20200924203545.gd31...@ibm-toto.the-meissners.org> October 22nd