This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,rs6000] Add -maltivec={le,be} options


On Thu, Jan 9, 2014 at 1:14 PM, Bill Schmidt
<wschmidt@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  <wschmidt@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]