On Thu, Dec 14, 2017 at 12:12:01AM +, Jeff Law wrote:
> On 11/17/2017 08:13 AM, Richard Sandiford wrote:
> > This patch adds support for aligning vectors by using a partial
> > first iteration. E.g. if the start pointer is 3 elements beyond
> > an aligned address, the first iteration will have
On 11/17/2017 08:13 AM, Richard Sandiford wrote:
> This patch adds support for aligning vectors by using a partial
> first iteration. E.g. if the start pointer is 3 elements beyond
> an aligned address, the first iteration will have a mask in which
> the first three elements are false.
>
> On SVE