On Sat, May 26, 2018 at 08:13:04AM +0200, Richard Biener wrote:
> On May 25, 2018 8:49:47 PM GMT+02:00, Michael Meissner
> wrote:
> >I redid the patch to make the target hook only apply for scalar float
> >points,
> >and I removed all of the integer only subcases.
> >
> >I have checked this on a
On Fri, May 25, 2018 at 02:49:47PM -0400, Michael Meissner wrote:
> * target.def (default_fp_widening_p): New target hook to automatic
> widening betwen two floating point modes.
"default" is a pretty bad name.
The rs6000 parts are fine of course, if the rest is.
Segher
On May 25, 2018 8:49:47 PM GMT+02:00, Michael Meissner
wrote:
>I redid the patch to make the target hook only apply for scalar float
>points,
>and I removed all of the integer only subcases.
>
>I have checked this on a little endian Power8 system, and verified that
>it
>bootstraps correctly and t
I redid the patch to make the target hook only apply for scalar float points,
and I removed all of the integer only subcases.
I have checked this on a little endian Power8 system, and verified that it
bootstraps correctly and there are no regressions. I have just started an
x86_64 build. Assumin