Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wUQPz-0019CD-1D for pgsql-hackers@arkaria.postgresql.org; Tue, 02 Jun 2026 14:48:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wUQPx-00EnXD-0Q for pgsql-hackers@arkaria.postgresql.org; Tue, 02 Jun 2026 14:48:33 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wUQPw-00EnX3-2g for pgsql-hackers@lists.postgresql.org; Tue, 02 Jun 2026 14:48:32 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wUQPq-00000000lEt-03JJ for pgsql-hackers@postgresql.org; Tue, 02 Jun 2026 14:48:26 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 652EmBwl2925609; Tue, 2 Jun 2026 10:48:12 -0400 From: Tom Lane To: Tobias Bussmann cc: John Naylor , Lukas Fittl , Jakob Egger , pgsql-hackers , Andres Freund , Sandeep Thakkar Subject: Re: Broken build on macOS (Universal / Intel): cpuid instruction not available In-reply-to: <15574903-87C9-478A-B2D7-CC8F4C275DBB@gmx.net> References: <223EA201-A0E8-4A13-B220-EB903E8DF817@eggerapps.at> <871806.1778168884@sss.pgh.pa.us> <873909.1778170924@sss.pgh.pa.us> <471E4CB3-1690-4168-9A99-5F83D97C12AF@gmx.net> <15574903-87C9-478A-B2D7-CC8F4C275DBB@gmx.net> Comments: In-reply-to Tobias Bussmann message dated "Tue, 02 Jun 2026 14:49:54 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2925607.1780411691.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 02 Jun 2026 10:48:11 -0400 Message-ID: <2925608.1780411691@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tobias Bussmann writes: > Indeed. The universal builds seem to disable optimisations that are supp= orted = > natively. Yes, we realized that upthread. It's been like that since day 1, not something that's new in v19. I don't see that we're likely to do anything about it: it'd require a fairly fundamental re-architecting of our configure tests, and the end result would only be to improve support for machines that are going to be dead to macOS within a year. However, it definitely is a regression that the build fails altogether. Too bad nobody tried the x86 -> ARM case earlier. regards, tom lane