On Mon, Mar 19, 2018 at 09:12:08PM -0500, Peter Bergner wrote:
> On 3/12/18 1:55 PM, Segher Boessenkool wrote:
> >>  #ifdef HAVE_V8HFmode
> >> -      else if (mode == V8HFmode)
> >> -  stvx = TARGET_64BIT
> >> -    ? gen_altivec_stvx_v8hf_1op (src_exp, memory_address)
> >> -    : gen_altivec_stvx_v8hf_1op_si (src_exp, memory_address);
> >> +  else if (mode == V8HFmode)
> >> +    stvx = gen_altivec_stvx_v8hf (src_exp, dest_exp);
> >>  #endif
> > 
> > Btw, don't we always have V8HFmode these days?
> 
> I have no idea, I was just working around code that was already there.
> Looking at the history, Kelvin seems to have added the tests.
> Kelvin, what is the above trying to protect?
> 
> Looking at mu build dirs insn-modes.h, I don't see HAVE_V8HFmode being
> defined on either my LE or BE builds.  What am I missing?

Nothing, I just was confused (we always define the mode in rs6000-modes.def,
but that is not the same thing).  Sorry.


Segher

Reply via email to