Re: [PATCH v2, rs6000] Add support to enable vmsumudm behind vec_msum builtin.

2020-07-08 Thread Segher Boessenkool
On Wed, Jul 08, 2020 at 10:55:59AM -0500, will schmidt wrote: > On Tue, 2020-06-30 at 18:39 -0500, Segher Boessenkool wrote: > > On Tue, Jun 30, 2020 at 12:57:45PM -0500, will schmidt wrote: > > > Add support for the vmsumudm instruction and tie it into the > > > vec_msum > > > built-in to supp

Re: [PATCH v2, rs6000] Add support to enable vmsumudm behind vec_msum builtin.

2020-07-08 Thread will schmidt via Gcc-patches
On Tue, 2020-06-30 at 18:39 -0500, Segher Boessenkool wrote: > Hi! > > On Tue, Jun 30, 2020 at 12:57:45PM -0500, will schmidt wrote: > > Add support for the vmsumudm instruction and tie it into the > > vec_msum > > built-in to support the variants of that built-in using vector > > _int128 par

Re: [PATCH v2, rs6000] Add support to enable vmsumudm behind vec_msum builtin.

2020-06-30 Thread Segher Boessenkool
Hi! On Tue, Jun 30, 2020 at 12:57:45PM -0500, will schmidt wrote: > Add support for the vmsumudm instruction and tie it into the vec_msum > built-in to support the variants of that built-in using vector > _int128 parameters. > 2020-06-18 Will Schmidt > > * config/rs6000/altivec.h

Re: [PATCH v2, rs6000] Add support to enable vmsumudm behind vec_msum builtin.

2020-06-30 Thread Segher Boessenkool
Hi! On Tue, Jun 30, 2020 at 04:39:03PM -0500, will schmidt wrote: > On Tue, 2020-06-30 at 12:57 -0500, will schmidt via Gcc-patches wrote: > > vector _uint128_t vec_msum (vector unsigned long long, > > vector unsigned long long, > > vec

Re: [PATCH v2, rs6000] Add support to enable vmsumudm behind vec_msum builtin.

2020-06-30 Thread will schmidt via Gcc-patches
On Tue, 2020-06-30 at 12:57 -0500, will schmidt via Gcc-patches wrote: > Hi, > > Add support for the vmsumudm instruction and tie it into the > vec_msum > built-in to support the variants of that built-in using vector > _int128 parameters. > > vector _uint128_t vec_msum (vector unsigned lo

[PATCH v2, rs6000] Add support to enable vmsumudm behind vec_msum builtin.

2020-06-30 Thread will schmidt via Gcc-patches
Hi, Add support for the vmsumudm instruction and tie it into the vec_msum built-in to support the variants of that built-in using vector _int128 parameters. vector _uint128_t vec_msum (vector unsigned long long, vector unsigned long long,