Re: [PATCH] rs6000: Add xxeval and vec_ternarylogic

2020-05-11 Thread Segher Boessenkool
Hi! On Sat, May 09, 2020 at 01:15:44PM -0400, David Edelsohn wrote: > Okay with those changes, plus any issues noticed by Segher. The only thing I can add is, I hope Bill's builtin work will make it unnecessary to also define QUINARY and SENARY macros (yes I looked it up), before we need those :-

Re: [PATCH] rs6000: Add xxeval and vec_ternarylogic

2020-05-09 Thread David Edelsohn via Gcc-patches
On Fri, May 8, 2020 at 9:13 PM Bill Schmidt wrote: > > From: Kelvin Nilsen > > Add the xxeval insn and access it via the vec_ternarylogic built-in > function. As part of this, add support to the built-in function > infrastructure for functions that take four arguments. > > Bootstrapped and teste