Re: [PATCH, rs6000] Change word selector to prefered location for vec_insert builtin

2018-06-25 Thread Bill Schmidt
> On Jun 22, 2018, at 7:56 PM, Segher Boessenkool > wrote: > > Hi Carl, > > On Fri, Jun 22, 2018 at 07:32:47AM -0700, Carl Love wrote: >> The following patch changes the word selected when extracting the word >> from the second vector to insert into the first vector by the >> vec_insert() bui

Re: [PATCH, rs6000] Change word selector to prefered location for vec_insert builtin

2018-06-22 Thread Segher Boessenkool
Hi Carl, On Fri, Jun 22, 2018 at 07:32:47AM -0700, Carl Love wrote: > The following patch changes the word selected when extracting the word > from the second vector to insert into the first vector by the > vec_insert() builtin. > > Specifically, the test case > > vector float > fn2 (float a, ve

[PATCH, rs6000] Change word selector to prefered location for vec_insert builtin

2018-06-22 Thread Carl Love
GCC Maintainers: The following patch changes the word selected when extracting the word from the second vector to insert into the first vector by the vec_insert() builtin. Specifically, the test case vector float fn2 (float a,