Re: [PATCH 6/6] rs6000 Add vector blend, permute builtin support

2020-06-05 Thread Segher Boessenkool
Hi! On Mon, Jun 01, 2020 at 09:15:06AM -0700, Carl Love wrote: > The following patch adds support for the vec_blendv and vec_permx > builtins. Pretty interesting insns ;-) > * config/rs6000/altivec.h: Add define for vec_blendv and > vec_permx. > * config/rs6000/altivec.md: Add un

[PATCH 6/6] rs6000 Add vector blend, permute builtin support

2020-06-01 Thread Carl Love via Gcc-patches
GCC maintainers: The following patch adds support for the vec_blendv and vec_permx builtins. The patch has been compiled and tested on powerpc64le-unknown-linux-gnu (Power 9 LE) with no regression errors. The test cases were compiled on a Power 9 system and then tested on Mambo. Please le