Re: [PATCH v3 0/6] rs6000: Support more SSE4 intrinsics

2021-10-11 Thread Segher Boessenkool
On Thu, Oct 07, 2021 at 07:29:26PM -0500, Paul A. Clarke wrote: > On Thu, Oct 07, 2021 at 05:25:54PM -0500, Segher Boessenkool wrote: > > On Mon, Aug 23, 2021 at 02:03:04PM -0500, Paul A. Clarke wrote: > > > v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2 > > > > There should not be a "v3

Re: [PATCH v3 0/6] rs6000: Support more SSE4 intrinsics

2021-10-07 Thread Paul A. Clarke via Gcc-patches
On Thu, Oct 07, 2021 at 05:25:54PM -0500, Segher Boessenkool wrote: > On Mon, Aug 23, 2021 at 02:03:04PM -0500, Paul A. Clarke wrote: > > v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2 > > There should not be a "v3" in the commit message. The easy way to > achieve this is put it inside

Re: [PATCH v3 0/6] rs6000: Support more SSE4 intrinsics

2021-10-07 Thread Segher Boessenkool
Hi! On Mon, Aug 23, 2021 at 02:03:04PM -0500, Paul A. Clarke wrote: > v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2 There should not be a "v3" in the commit message. The easy way to achieve this is put it inside the [] in the subject (as you did), and to mention the version history af

Re: [PATCH v3 0/6] rs6000: Support more SSE4 intrinsics

2021-10-04 Thread Paul A. Clarke via Gcc-patches
Ping. On Thu, Sep 16, 2021 at 09:59:39AM -0500, Paul A. Clarke via Gcc-patches wrote: > Ping. > > On Mon, Aug 23, 2021 at 02:03:04PM -0500, Paul A. Clarke via Gcc-patches > wrote: > > v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2 > > and users will expect to be able to include "nmmint

Re: [PATCH v3 0/6] rs6000: Support more SSE4 intrinsics

2021-09-16 Thread Paul A. Clarke via Gcc-patches
Ping. On Mon, Aug 23, 2021 at 02:03:04PM -0500, Paul A. Clarke via Gcc-patches wrote: > v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2 > and users will expect to be able to include "nmmintrin.h", > even though "nmmintrin.h" just includes "smmintrin.h" > where all of the SSE4.2 implementa

[PATCH v3 0/6] rs6000: Support more SSE4 intrinsics

2021-08-23 Thread Paul A. Clarke via Gcc-patches
v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2 and users will expect to be able to include "nmmintrin.h", even though "nmmintrin.h" just includes "smmintrin.h" where all of the SSE4.2 implementations actually appear. Only patch 5/6 changed from v2. Tested ppc64le (POWER9) and ppc64/32 (