Re: Add support for bitwise reductions

2018-01-26 Thread Christophe Lyon
On 26 January 2018 at 10:33, Richard Sandiford wrote: > Christophe Lyon writes: >> On 25 January 2018 at 11:24, Richard Sandiford >> wrote: >>> Rainer Orth writes: Jeff Law writes: > On 11/22/2017 11:12 AM, Richard Sandiford wrote: >> Richard Sandiford writes: >>> This patch

Re: Add support for bitwise reductions

2018-01-26 Thread Richard Sandiford
Christophe Lyon writes: > On 25 January 2018 at 11:24, Richard Sandiford > wrote: >> Rainer Orth writes: >>> Jeff Law writes: On 11/22/2017 11:12 AM, Richard Sandiford wrote: > Richard Sandiford writes: >> This patch adds support for the SVE bitwise reduction instructions >> (

Re: Add support for bitwise reductions

2018-01-26 Thread Christophe Lyon
On 25 January 2018 at 11:24, Richard Sandiford wrote: > Rainer Orth writes: >> Jeff Law writes: >>> On 11/22/2017 11:12 AM, Richard Sandiford wrote: Richard Sandiford writes: > This patch adds support for the SVE bitwise reduction instructions > (ANDV, ORV and EORV). It's a fairly

Re: Add support for bitwise reductions

2018-01-25 Thread Richard Sandiford
Rainer Orth writes: > Jeff Law writes: >> On 11/22/2017 11:12 AM, Richard Sandiford wrote: >>> Richard Sandiford writes: This patch adds support for the SVE bitwise reduction instructions (ANDV, ORV and EORV). It's a fairly mechanical extension of existing REDUC_* operators.

Re: Add support for bitwise reductions

2018-01-24 Thread Rainer Orth
Jeff Law writes: > On 11/22/2017 11:12 AM, Richard Sandiford wrote: >> Richard Sandiford writes: >>> This patch adds support for the SVE bitwise reduction instructions >>> (ANDV, ORV and EORV). It's a fairly mechanical extension of existing >>> REDUC_* operators. >>> >>> Tested on aarch64-linux

Re: Add support for bitwise reductions

2018-01-07 Thread James Greenhalgh
On Thu, Dec 14, 2017 at 12:36:58AM +, Jeff Law wrote: > On 11/22/2017 11:12 AM, Richard Sandiford wrote: > > Richard Sandiford writes: > >> This patch adds support for the SVE bitwise reduction instructions > >> (ANDV, ORV and EORV). It's a fairly mechanical extension of existing > >> REDUC_*

Re: Add support for bitwise reductions

2017-12-13 Thread Jeff Law
On 11/22/2017 11:12 AM, Richard Sandiford wrote: > Richard Sandiford writes: >> This patch adds support for the SVE bitwise reduction instructions >> (ANDV, ORV and EORV). It's a fairly mechanical extension of existing >> REDUC_* operators. >> >> Tested on aarch64-linux-gnu (with and without SVE)

Re: Add support for bitwise reductions

2017-11-22 Thread Richard Sandiford
Richard Sandiford writes: > This patch adds support for the SVE bitwise reduction instructions > (ANDV, ORV and EORV). It's a fairly mechanical extension of existing > REDUC_* operators. > > Tested on aarch64-linux-gnu (with and without SVE), x86_64-linux-gnu > and powerpc64le-linux-gnu. Here's

Add support for bitwise reductions

2017-11-17 Thread Richard Sandiford
This patch adds support for the SVE bitwise reduction instructions (ANDV, ORV and EORV). It's a fairly mechanical extension of existing REDUC_* operators. Tested on aarch64-linux-gnu (with and without SVE), x86_64-linux-gnu and powerpc64le-linux-gnu. Richard 2017-11-17 Richard Sandiford