Re: [PATCH 2/3 V2] Fix IEEE 128-bit min/max test.

2021-06-30 Thread Michael Meissner via Gcc-patches
On Tue, Jun 29, 2021 at 07:06:14PM -0500, Segher Boessenkool wrote: > On Thu, Jun 17, 2021 at 06:56:09PM -0400, Michael Meissner wrote: > > The 'lp64' test > > was needed because big endian 32-bit code cannot enable the IEEE 128-bit > > floating point instructions. > > No, *does not* enable them.

Re: [PATCH 2/3 V2] Fix IEEE 128-bit min/max test.

2021-06-29 Thread Segher Boessenkool
On Thu, Jun 17, 2021 at 06:56:09PM -0400, Michael Meissner wrote: > The 'lp64' test > was needed because big endian 32-bit code cannot enable the IEEE 128-bit > floating point instructions. No, *does not* enable them. After diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c ind