From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 810E341C6A for ; Sat, 11 Feb 2023 09:04:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7272442BD9; Sat, 11 Feb 2023 09:04:07 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 983E640E50; Sat, 11 Feb 2023 09:04:04 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [RFC] eal: use same atomic intrinsics for gcc and clang Date: Sat, 11 Feb 2023 09:04:01 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8772B@smartserver.smartshare.dk> In-Reply-To: <20230211015622.408487-1-honnappa.nagarahalli@arm.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [RFC] eal: use same atomic intrinsics for gcc and clang Thread-Index: Adk9vBvUUWg9e2CJTouHfeFT471GCAAMwhCw References: <20230211015622.408487-1-honnappa.nagarahalli@arm.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Honnappa Nagarahalli" , , Cc: , , , , , X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org > From: Honnappa Nagarahalli [mailto:honnappa.nagarahalli@arm.com] > Sent: Saturday, 11 February 2023 02.56 >=20 > The size generic atomic intrinsics generate the same > code as the size specific intrinsics for gcc. Use size > generic intrinsics for both gcc and clang. >=20 > Fixes: 7bdccb93078e ("eal: fix ARM build with clang") > Cc: stable@dpdk.org > Cc: pbhagavatula@marvell.com >=20 > Signed-off-by: Honnappa Nagarahalli > --- Acked-by: Morten Br=F8rup