Re: [PATCH] rs6000: Add vgnb

2020-05-08 Thread Segher Boessenkool
On Thu, May 07, 2020 at 09:45:02PM -0500, Bill Schmidt wrote: > From: Kelvin Nilsen > > Add support for the vgnb instruction, which gathers every Nth bit > per vector element. > > Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no > regressions. Is this okay for master? This one

[PATCH] rs6000: Add vgnb

2020-05-07 Thread Bill Schmidt via Gcc-patches
From: Kelvin Nilsen Add support for the vgnb instruction, which gathers every Nth bit per vector element. Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no regressions. Is this okay for master? Thanks, Bill [gcc] 2020-05-07 Kelvin Nilsen Bill Schmidt