Re: Ping: [PATCH 3/6] Vectorize internal functions

2015-11-17 Thread Richard Biener
On Tue, Nov 17, 2015 at 10:30 AM, Richard Sandiford wrote: > Thanks for all the reviews for this series. I think the patch below > is the only target-independent one that hasn't had any comments. This patch is ok. Thanks, Richard. > Richard > > Richard Sandiford writes: >> This patch tries to

Ping: [PATCH 3/6] Vectorize internal functions

2015-11-17 Thread Richard Sandiford
Thanks for all the reviews for this series. I think the patch below is the only target-independent one that hasn't had any comments. Richard Richard Sandiford writes: > This patch tries to vectorize built-in and internal functions as > internal functions first, falling back on the current built

[PATCH 3/6] Vectorize internal functions

2015-11-09 Thread Richard Sandiford
This patch tries to vectorize built-in and internal functions as internal functions first, falling back on the current built-in target hooks otherwise. gcc/ * internal-fn.h (direct_internal_fn_info): Add vectorizable flag. * internal-fn.c (direct_internal_fn_array): Update accordi