Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlDhl-0002fX-Pc for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 11 Nov 2021 17:17:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mlDhk-0004kY-LR for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 11 Nov 2021 17:17:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlDbT-0007Pa-7U for pgsql-pkg-debian@lists.postgresql.org; Thu, 11 Nov 2021 17:11:11 +0000 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlDbO-0003gG-El for pgsql-pkg-debian@postgresql.org; Thu, 11 Nov 2021 17:11:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1636650667; x=1668186667; h=from:to:cc:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:subject; bh=dIrnZI73XklK/k3bmui06WfmMhh0eEqTXOdqz02rcgs=; b=LX15SEDLiPi1156EObi56h3wEbtpyT9+GIQb2/Y7tftBd/q50pz2PeK/ bKWT5932AgJIri8u38+dOfgeTdaYd9ST5LB3uYp7HOcIYAXpN8by8R9ud lg0nhy8cjPyzV+TC73X7KEqOODQoKrh617O6u7jCe0GNmWGW1kGD+SCcZ Y=; X-IronPort-AV: E=Sophos;i="5.87,226,1631577600"; d="scan'208";a="173392144" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Thread-Topic: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-iad-1e-ccb3efe0.us-east-1.amazon.com) ([10.25.36.214]) by smtp-border-fw-9102.sea19.amazon.com with ESMTP; 11 Nov 2021 17:11:04 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan3.iad.amazon.com [10.40.163.38]) by email-inbound-relay-iad-1e-ccb3efe0.us-east-1.amazon.com (Postfix) with ESMTPS id DF955C0A54; Thu, 11 Nov 2021 17:11:02 +0000 (UTC) Received: from EX13D13UWB001.ant.amazon.com (10.43.161.156) by EX13MTAUWB001.ant.amazon.com (10.43.161.249) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 11 Nov 2021 17:11:02 +0000 Received: from EX13D01UWB002.ant.amazon.com (10.43.161.136) by EX13D13UWB001.ant.amazon.com (10.43.161.156) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 11 Nov 2021 17:11:02 +0000 Received: from EX13D01UWB002.ant.amazon.com ([10.43.161.136]) by EX13d01UWB002.ant.amazon.com ([10.43.161.136]) with mapi id 15.00.1497.026; Thu, 11 Nov 2021 17:11:02 +0000 From: "Pop, Sebastian" To: Christoph Berg CC: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Thread-Index: AQHX1xz/aMnwG7BEBkCMiUUHc3Ygaav+jI+U Date: Thu, 11 Nov 2021 17:11:02 +0000 Message-ID: <1636650661046.35954@amazon.com> References: <1636497120606.54267@amazon.com> <1635266397152.45198@amazon.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.162.89] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > The benchmarks in=0A= > https://www.postgresql.org/message-id/1C8D0E58-FB33-4105-AC00-8FA07621F5D= D%40amazon.com=0A= > don't look like the option is a game-changer.=0A= =0A= Since then we have seen benchmarks that are several orders of magnitude fas= ter with LSE instructions.=0A= I will get the new data and share.=0A= =0A= > Even if we are convinced, we don't have the infrastructure in the=0A= > package yet to do architecture- and distribution-specific=0A= > optimizations. Would you (Amazon?) be willing to sponsor the required=0A= > package engineering?=0A= =0A= Yes, I am willing to do whatever is necessary to enable the flag on Postgre= SQL builds for Ubuntu 20.04.=0A= Please point me to the (git?) repo and the files that need to be changed.= =0A= =0A= Thanks,=0A= Sebastian=