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

From Todd Cook
Subject Re: pgsql: Inline CRC computation for small fixed-length input on x86
Date
Msg-id B39D2CD2-CB8D-44D5-B396-6EDD5315249A@blackduck.com
Whole thread Raw
In response to Re: pgsql: Inline CRC computation for small fixed-length input on x86  (John Naylor <johncnaylorls@gmail.com>)
Responses Re: pgsql: Inline CRC computation for small fixed-length input on x86
List pgsql-committers
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].

-- todd

[1] https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=skimmer&dt=2025-03-31%2018%3A00%3A14



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: aio: Add core asynchronous I/O infrastructure
Next
From: David Rowley
Date:
Subject: pgsql: Fix failing regression test on x86-32 machines