Re: pgsql: Inline CRC computation for small fixed-length input on x86 - Mailing list pgsql-committers

From John Naylor
Subject Re: pgsql: Inline CRC computation for small fixed-length input on x86
Date
Msg-id CANWCAZYN=UcHdcyCMeh+Xd=eDDVdRfwk_XmQnoGC0sfzfcHQ6Q@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Inline CRC computation for small fixed-length input on x86  (Todd Cook <cookt@blackduck.com>)
List pgsql-committers
On Tue, Apr 1, 2025 at 1:58 AM Todd Cook <cookt@blackduck.com> wrote:
>
> On 3/31/25, 7:17 AM, "John Naylor" <johncnaylorls@gmail.com <mailto:johncnaylorls@gmail.com>> wrote:
> > A possible workaround would be add a normally-superfluous
> > "pg_attribute_target("sse4.2")" to the inlined function, as in the
> > attached.
>
> The build succeeds on skimmer with this patch and using the configure command from
> the build farm status page[1].

I see bumblebee is now green for the first time. Thanks for testing!

--
John Naylor
Amazon Web Services



pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Use function attributes for SSE 4.2 even when targeting that ext
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: heapam: Only set tuple's block once per page in pagemode