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 CANWCAZYRbrAyUG29SyVZdamEaSfX0FG=TuyhMaGyqJhpdTN=vg@mail.gmail.com
Whole thread Raw
In response to pgsql: Inline CRC computation for small fixed-length input on x86  (John Naylor <john.naylor@postgresql.org>)
Responses Re: pgsql: Inline CRC computation for small fixed-length input on x86
List pgsql-committers
On Mon, Mar 31, 2025 at 1:28 PM John Naylor <john.naylor@postgresql.org> wrote:
>
> Inline CRC computation for small fixed-length input on x86

Hmm, skimmer doesn't like this, and it's one of the animals that
builds with -msse4.2:

https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=skimmer&dt=2025-03-31%2007%3A00%3A27&stg=configure

"checking which CRC-32C implementation to use... SSE 4.2"

 I'm now looking for clues as to what could be causing the build failure.

--
John Naylor
Amazon Web Services



pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Inline CRC computation for small fixed-length input on x86
Next
From: John Naylor
Date:
Subject: Re: pgsql: Inline CRC computation for small fixed-length input on x86