This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH], PowerPC long double transition patches, v2, Patch #5 (fix negif3)


On Wed, Jun 20, 2018 at 10:46:04AM -0400, Michael Meissner wrote:
> This patch fixes a thinko that I had that prevented negation of __ibm128 values
> if long double is IEEE 128-bit binary floating point.
> 
> I have checked this on a little endian power8 system with builds where the long
> double is set to IEEE and IBM 128-bit binary floating point, and it fixes some
> tests in the testsuite when long double is IEEE.  Can I install this on the
> trunk and back port it to GCC 8.x?

Okay, thanks.


Segher


> 	* config/rs6000/rs6000.md (neg<mode>2_internal): Use the correct
> 	mode to check whether the mode is IBM extended.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]