Re: [PATCH, rs6000] gcc mainline, add builtin support for vec_bperm(), vec_mule() and vec_mulo and vec_sldw() builtins

2017-05-15 Thread Segher Boessenkool
Hi Carl, On Mon, May 15, 2017 at 01:08:03PM -0700, Carl E. Love wrote: >* config/rs6000/rs6000-c: Add support for built-in functions >* config/rs6000/rs6000-builtin.def: Add definition for SLDW. >* config/rs6000/altivec.h: Add defintion for vec_sldw. >* doc/extend.texi: Update the

[PATCH, rs6000] gcc mainline, add builtin support for vec_bperm(), vec_mule() and vec_mulo and vec_sldw() builtins

2017-05-15 Thread Carl E. Love
GCC Maintainers: This patch adds support for the various vec_bperm(), vec_mule() and vec_mulo and vec_sldw() builtins. The patch has been tested on powerpc64le-unknown-linux-gnu (Power 8 LE) with no regressions. Is the patch OK for gcc mainline? Carl Love