Re: [PATCH 2/6] rs6000 Add vector insert builtin support

2020-06-03 Thread Segher Boessenkool
Hi! On Mon, Jun 01, 2020 at 09:14:40AM -0700, Carl Love wrote: > * config/rs6000/altivec.h: Add define vec_insertl, vec_inserth. * config/rs6000/altivec.h (vec_insertl, vec_inserth): New defines. > * config/rs6000/rs6000-builtin.def (BU_FUTURE_V_3): Add definition for >

[PATCH 2/6] rs6000 Add vector insert builtin support

2020-06-01 Thread Carl Love via Gcc-patches
GCC maintainers: This patch adds support for vec_insertl and vec_inserth builtins. The patch has been compiled and tested on powerpc64le-unknown-linux-gnu (Power 9 LE) and mambo with no regression errors. Please let me know if this patch is acceptable for the mainline branch. Thanks.