Re: [PATCH] rs6000: Add vclrlb and vclrrb

2020-05-08 Thread Segher Boessenkool
On Fri, May 08, 2020 at 12:53:01PM -0500, Bill Schmidt wrote: > From: Kelvin Nilsen > > Add new vector instructions to clear leftmost and rightmost bytes. > > Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no > regressions. Is this okay for master? Yes, this is okay. Thanks!

[PATCH] rs6000: Add vclrlb and vclrrb

2020-05-08 Thread Bill Schmidt via Gcc-patches
From: Kelvin Nilsen Add new vector instructions to clear leftmost and rightmost bytes. Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no regressions. Is this okay for master? Thanks, Bill [gcc] 2020-05-08 Kelvin Nilsen * config/rs6000/altivec.h (vec_clrl): New #def