Re: [PATCH], PR target/79038, Improve char/short -> _Float128 conversions

2017-03-09 Thread Michael Meissner
On Thu, Mar 09, 2017 at 12:45:00PM -0600, Segher Boessenkool wrote: > On Fri, Mar 03, 2017 at 01:10:18PM -0500, Michael Meissner wrote: > > On January 31st I commited a patch that improves conversion of > > signed/unsigned > > char/short values to 32-bit and 64-bit floating point on Power9, > > p

Re: [PATCH], PR target/79038, Improve char/short -> _Float128 conversions

2017-03-09 Thread Segher Boessenkool
On Fri, Mar 03, 2017 at 01:10:18PM -0500, Michael Meissner wrote: > On January 31st I commited a patch that improves conversion of signed/unsigned > char/short values to 32-bit and 64-bit floating point on Power9, particularly > when the values are coming from memory. This adds similar support to

[PATCH], PR target/79038, Improve char/short -> _Float128 conversions

2017-03-03 Thread Michael Meissner
On January 31st I commited a patch that improves conversion of signed/unsigned char/short values to 32-bit and 64-bit floating point on Power9, particularly when the values are coming from memory. This adds similar support to _Float128/__float128 (i.e. IEEE 128-bit floating point). I have tested