On 10/09/2011 06:09 AM, Joseph S. Myers wrote:
> That looks like it broke "make pdf" (something did at about that time and
> this patch is the most likely candidate).
>
>> +@cindex @code{vec_perm_const@var{m}) instruction pattern
>
> has opening '{' matched with closing ')'.
>
Fixed, thanks.
On Fri, 7 Oct 2011, Richard Henderson wrote:
> I've added documentation for the (existing) variable permute
> rtl named pattern (vec_perm). I've also added documentation for
> the (intended) constant permute rtl named pattern (vec_perm_const).
That looks like it broke "make pdf" (something did a
On Sat, Oct 8, 2011 at 3:56 PM, H.J. Lu wrote:
> On Fri, Oct 7, 2011 at 3:49 PM, Richard Henderson wrote:
>> Our existing vector permutation support uses the name vec_perm.
>> The new support added for __builtin_shuffle used a variety of
>> names. This brings all the internals into line with vec
On Fri, Oct 7, 2011 at 3:49 PM, Richard Henderson wrote:
> Our existing vector permutation support uses the name vec_perm.
> The new support added for __builtin_shuffle used a variety of
> names. This brings all the internals into line with vec_perm.
>
> I've added documentation for the (existing
Our existing vector permutation support uses the name vec_perm.
The new support added for __builtin_shuffle used a variety of
names. This brings all the internals into line with vec_perm.
I've added documentation for the (existing) variable permute
rtl named pattern (vec_perm). I've also added d