From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F1C6A3858C52; Fri, 28 Oct 2022 20:52:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1C6A3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666990353; bh=2EyX2i19bTlEJ1S09ATNIbFIK5dGjZgCsa+5v1wmzzU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vnn1I6T8wkxLerdN/pfq+ax6/p3BhQGeQJ5X2BO8einfpQ4jKxioC1OgW4duoYCKE 3DYHiWB2wEUJsbZMANyM/BShOdhiwaVnPdkz3VWikiPqxgyHEIbJVPeag8K5igK7Py zEY6i5mR3D3FuER34R3nGK1O2uJ7lHU1LiDzZ/yI= From: "vital.had at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/93177] PPC: Missing many useful platform intrinsics Date: Fri, 28 Oct 2022 20:52:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vital.had at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93177 --- Comment #22 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #19) > Created attachment 53779 [details] > introduce ppc_intrinsics.h for powerpc*-darwin. >=20 > This takes the header from the GCC-4.x apple debt branch (as present in S= VN: > r113478) and=20 > - updates the license. > - installs for powerpc*-darwin >=20 > It needs the test cases forward porting too. > However, it would be good to know if this solves the problems folks have > encountered here (if other ports want to try it, why only need to amend > their entry in gcc/config.gcc) Thank you! I will try it.=