Re: [PATCH], PowerPC IEEE 128-bit fp, patch #10 (comparison, documentation, conversion, debug)

2015-12-30 Thread Joseph Myers
On Tue, 29 Dec 2015, Michael Meissner wrote: > Going forward, patch #11 will enable the software emulation library. At the > moment, there is no support for converting between decimal types and > __float128, nor for the complex __float128 support. These are being worked > on, > and should be

[PATCH], PowerPC IEEE 128-bit fp, patch #10 (comparison, documentation, conversion, debug)

2015-12-29 Thread Michael Meissner
This is a clean-up patch for IEEE 128-bit floating point support on the PowerPC. The main change is to change the way comparisons are done when IEEE 128-bit floating is emulated. Previously, I had added special __cmpkf2 and __cmpukf2 functions that were modeled on the CR bits that the XSCMPUQP

Re: [PATCH], PowerPC IEEE 128-bit fp, patch #10 (comparison, documentation, conversion, debug)

2015-12-29 Thread David Edelsohn
On Tue, Dec 29, 2015 at 10:43 AM, Michael Meissner wrote: > This is a clean-up patch for IEEE 128-bit floating point support on the > PowerPC. > > The main change is to change the way comparisons are done when IEEE 128-bit > floating is emulated. Previously, I had