On Thu, Jan 9, 2014 at 1:14 PM, Bill Schmidt
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
>
> * doc/invoke.texi: A
On Thu, 9 Jan 2014, Bill Schmidt wrote:
> +When -maltivec is used, rather than -maltivec=le or -maltivec=be, the
> +element order for Altivec intrinsics such as vec_splat, vec_extract,
> +and vec_insert will match array element order corresponding to the
> +endianness of the target. That is, elem
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
* doc/invoke.texi: Add -maltivec={be,le} options, and document
default element-ord
On Wed, 2014-01-08 at 16:46 -0500, David Edelsohn wrote:
> On Tue, Jan 7, 2014 at 6:59 PM, Bill Schmidt
> wrote:
> > On Tue, 2014-01-07 at 22:18 +, Joseph S. Myers wrote:
> >> On Tue, 7 Jan 2014, Bill Schmidt wrote:
> >>
> >> > Yes, sorry for not being more clear. This is indeed for interpret
On Tue, Jan 7, 2014 at 6:59 PM, Bill Schmidt
wrote:
> On Tue, 2014-01-07 at 22:18 +, Joseph S. Myers wrote:
>> On Tue, 7 Jan 2014, Bill Schmidt wrote:
>>
>> > Yes, sorry for not being more clear. This is indeed for interpretation
>> > of element numbers in Altivec intrinsics such as vec_splat
On Tue, 2014-01-07 at 22:18 +, Joseph S. Myers wrote:
> On Tue, 7 Jan 2014, Bill Schmidt wrote:
>
> > Yes, sorry for not being more clear. This is indeed for interpretation
> > of element numbers in Altivec intrinsics such as vec_splat, vec_extract,
> > vec_insert, and so forth. By default t
On Tue, 7 Jan 2014, Bill Schmidt wrote:
> Yes, sorry for not being more clear. This is indeed for interpretation
> of element numbers in Altivec intrinsics such as vec_splat, vec_extract,
> vec_insert, and so forth. By default these will match array element
> order for the target endianness. Bu
On Tue, 2014-01-07 at 21:51 +, Joseph S. Myers wrote:
> On Tue, 7 Jan 2014, Bill Schmidt wrote:
>
> > +@item -maltivec=be
> > +@opindex maltivec=be
> > +Generate Altivec instructions using big-endian element order,
> > +regardless of whether the target is big- or little-endian.
> > +
> > +@i
On Tue, 7 Jan 2014, Bill Schmidt wrote:
> +@item -maltivec=be
> +@opindex maltivec=be
> +Generate Altivec instructions using big-endian element order,
> +regardless of whether the target is big- or little-endian.
> +
> +@item -maltivec=le
> +@opindex maltivec=le
> +Generate Altivec instructions us
Hi,
This patch adds flavors of the -maltivec option that allow explicit
specification of vector element order. This is independent of the
target endianness in effect. The primary use of this is to allow
specifying big-endian vector element order when targeting a
little-endian processor, which ai
10 matches
Mail list logo