Re: [PATCH], Patch #7, Add PowerPC vector initialization tests

2016-08-29 Thread Michael Meissner
On Fri, Aug 26, 2016 at 08:24:40PM -0500, Segher Boessenkool wrote: > On Fri, Aug 26, 2016 at 03:29:50PM -0400, Michael Meissner wrote: > > These patches add more tests to the PowerPC vector initialization tests. > > Four > > of the tests added (#4, #5, #8, and #9) just try to do a bunch of

Re: [PATCH], Patch #7, Add PowerPC vector initialization tests

2016-08-26 Thread Segher Boessenkool
On Fri, Aug 26, 2016 at 03:29:50PM -0400, Michael Meissner wrote: > These patches add more tests to the PowerPC vector initialization tests. Four > of the tests added (#4, #5, #8, and #9) just try to do a bunch of vector > initializations for the different vector type (char, short, float, and >

[PATCH], Patch #7, Add PowerPC vector initialization tests

2016-08-26 Thread Michael Meissner
These patches add more tests to the PowerPC vector initialization tests. Four of the tests added (#4, #5, #8, and #9) just try to do a bunch of vector initializations for the different vector type (char, short, float, and double). These other patches (#6, #7) test the code generated in paches #5