On Thu, Jan 9, 2014 at 1:14 PM, Bill Schmidt <wschm...@linux.vnet.ibm.com> wrote: > Thanks for the comments! Here is a second go-round at the patch with > improved documentation. I'm happy to change the wording if it can be > further improved. > > Thanks, > Bill > > 2014-01-09 Bill Schmidt <wschm...@linux.vnet.ibm.com> > > * doc/invoke.texi: Add -maltivec={be,le} options, and document > default element-order behavior for -maltivec. > * config/rs6000/rs6000.opt: Add -maltivec={be,le} options. > * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure > that -maltivec={le,be} implies -maltivec; disallow -maltivec=le > when targeting big endian, at least for now. > * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
The patch and text look good, with the markup fixes requested by Joseph. Thanks, David