Re: [PATCH, rs6000] Add builtin support for vec_insert4b, vec_extract4b

2018-02-16 Thread Segher Boessenkool
Hi! On Wed, Feb 14, 2018 at 12:08:27PM -0800, Carl Love wrote: > Per Segher's comments on the first version of the patch. I split the > patch into two. Thanks, much easier to read. > 2018-02-13 Carl Love > > * config/rs6000/altivec.h: Add builtin names vec_extract4b > ve

[PATCH, rs6000] Add builtin support for vec_insert4b, vec_extract4b

2018-02-14 Thread Carl Love
GCC maintainers: Per Segher's comments on the first version of the patch. I split the patch into two. The first patch (this one) adds the ABI specified vec_insert4b and vec_extract builtins.  It adds a runnable file to test the ABI specified builtin instances. Note, the runnable test file does

Re: [PATCH, rs6000] Add builtin support for vec_insert4b, vec_extract4b

2018-02-06 Thread Segher Boessenkool
Hi Carl, On Thu, Feb 01, 2018 at 11:31:55AM -0800, Carl Love wrote: > The following patch contains fixes for the builtins to add and extract > a word from a char vector. The existing names for the builtins that do > this are not consistent with the ABI. Additionally, the supported > arguments a

[PATCH, rs6000] Add builtin support for vec_insert4b, vec_extract4b

2018-02-01 Thread Carl Love
GCC maintainers: The following patch contains fixes for the builtins to add and extract a word from a char vector. The existing names for the builtins that do this are not consistent with the ABI. Additionally, the supported arguments are not all consistent with the ABI. This patch fixes the s