Re: support for SSE2 intrinsics - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: support for SSE2 intrinsics
Date
Msg-id CAD21AoCpx9ezxvBFTMQOfkJ+yGRo=m_brVb7V-xg31==V2atHg@mail.gmail.com
Whole thread Raw
In response to Re: support for SSE2 intrinsics  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: support for SSE2 intrinsics
List pgsql-hackers
Hi,

On Wed, Aug 3, 2022 at 2:01 PM John Naylor <john.naylor@enterprisedb.com> wrote:
>
>
> On Tue, Aug 2, 2022 at 11:53 PM Nathan Bossart <nathandbossart@gmail.com> wrote:
> > I did a bit of cross-checking, and AFAICT this is a reasonable starting
> > point.  emmintrin.h appears to be sufficient for one of my patches that
> > makes use of SSE2 instructions.  That being said, I imagine it'll be
> > especially important to keep an eye on the buildfarm when this change is
> > committed.
>
> Thanks for checking! Here's a concrete patch for testing.

I also think it's a good start. There is a typo in the commit message:

s/hepler/helper/

The rest looks good to me.

Regards,

-- 
Masahiko Sawada
EDB:  https://www.enterprisedb.com/



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cygwin cleanup
Next
From: Robert Treat
Date:
Subject: Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF