On Tue, May 24, 2016 at 05:05:14PM -0400, Michael Meissner wrote: > This patch adds support for two sets of new instructions in ISA 3.0, vector > count trailing zeros, and vector parity. In addition, it defines many of the > support macros that will be used by other built-in functions that will be > added > shortly. > > I have bootstraped this and there were no regressions. Is it ok to apply to > the trunk? Assuming it is ok to apply to the trunk, is it ok to back port to > the GCC 6.2 branch?
Okay for trunk. Okay for 6 after a week or so. A few typoes... > [gcc/testsuite] > 2016-05-24 Michael Meissner <meiss...@linux.vnet.ibm.com> > > * gcc.target/powerpc/p9-vparity.c: New file to check SIA 3.0 > vector parity built-in functions. Typo (ISA). > +/* Miscellaneous builtins for instructions added in ISA 3.0. These > + instructions don't require either the DFP or VSX options, just the basic Trailing space (multiple times). > +If the ISA 3.00 additions to the vector/scalar (power9-vector) > +instruction set are available: 3.0 (multiple times). Thanks, Segher