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

From John Naylor
Subject Re: support for SSE2 intrinsics
Date
Msg-id CAFBsxsGktHL7=JXbgnKTi_uL0VRPcH4FSAqc6yK-3+JYfqPPjA@mail.gmail.com
Whole thread Raw
In response to Re: support for SSE2 intrinsics  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: support for SSE2 intrinsics
Re: support for SSE2 intrinsics
List pgsql-hackers

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.

--
John Naylor
EDB: http://www.enterprisedb.com
Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Functions 'is_publishable_class' and 'is_publishable_relation' should stay together.
Next
From: Etsuro Fujita
Date:
Subject: Re: postgres_fdw: batch inserts vs. before row triggers