Re: [PATCH] rs6000: Add vector count under mask

2020-05-08 Thread Bill Schmidt via Gcc-patches
On 5/8/20 2:00 PM, Segher Boessenkool wrote: On Thu, May 07, 2020 at 09:11:32PM -0500, Bill Schmidt wrote: From: Kelvin Nilsen Add support for new vclzdm and vctzdm vector instructions that count leading and trailing zeros under control of a mask. Bootstrapped and tested on powerpc64le-unknown

Re: [PATCH] rs6000: Add vector count under mask

2020-05-08 Thread Segher Boessenkool
On Thu, May 07, 2020 at 09:11:32PM -0500, Bill Schmidt wrote: > From: Kelvin Nilsen > > Add support for new vclzdm and vctzdm vector instructions that > count leading and trailing zeros under control of a mask. > Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no > regressions. Is

[PATCH] rs6000: Add vector count under mask

2020-05-07 Thread Bill Schmidt via Gcc-patches
From: Kelvin Nilsen Add support for new vclzdm and vctzdm vector instructions that count leading and trailing zeros under control of a mask. Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no regressions. Is this okay for master? Thanks, Bill [gcc] 2020-05-07 Kelvin Nilsen