Re: [PATCH 4/6] rs6000, Add vector shift double builtin support

2020-06-05 Thread Segher Boessenkool
Hi! On Mon, Jun 01, 2020 at 09:14:54AM -0700, Carl Love wrote: > * config/rs6000/altivec.h: Add define for vec_sldb and > vec_srdb. (vec_sldb, vec_srdb): New defines. (Etc.) > * testsuite/gcc.target/powerpc/vec-shift-double-runnable.c: Add > runnable test case.

[PATCH 4/6] rs6000, Add vector shift double builtin support

2020-06-01 Thread Carl Love via Gcc-patches
GCC maintainers: The following patch adds support for the vector shift double builtins for RFC2609. 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 bran