Re: Broken build on macOS (Universal / Intel): cpuid instruction not available - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Date
Msg-id 961464.1778248495@sss.pgh.pa.us
Whole thread
In response to Re: Broken build on macOS (Universal / Intel): cpuid instruction not available  (John Naylor <johncnaylorls@gmail.com>)
List pgsql-hackers
John Naylor <johncnaylorls@gmail.com> writes:
> On Fri, May 8, 2026 at 3:26 PM Tobias Bussmann <t.bussmann@gmx.net> wrote:
>> analysed how useful these universal builds are given the lack of
>> optimisations for one of the architectures, but at least they are possible
>> again, as they were previously.

> Taking a quick look at the configure output you provided, certain
> optimizations will be lacking on both architectures:

Yeah.  I think the main practical problem will be the
lowest-common-denominator CRC code.  However, AFAICS a universal build
would have been selecting that from day one, so if the performance has
been acceptable so far it won't be any worse in v19.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Disabling Heap-Only Tuples
Next
From: Alvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]