Re: Change permute index type to unsigned short

2017-09-25 Thread Richard Biener
On Fri, Sep 22, 2017 at 6:36 PM, Richard Sandiford wrote: > This patch changes the element type of (auto_)vec_perm_indices from > unsigned char to unsigned short. This is needed for fixed-length > 2048-bit SVE. (SVE is variable-length by default, but it's possible > to ask for specific vector le

Change permute index type to unsigned short

2017-09-22 Thread Richard Sandiford
This patch changes the element type of (auto_)vec_perm_indices from unsigned char to unsigned short. This is needed for fixed-length 2048-bit SVE. (SVE is variable-length by default, but it's possible to ask for specific vector lengths if you want to.) Tested on aarch64-linux-gnu, x86_64-linux-g