From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF8A63856181; Wed, 26 Oct 2022 19:17:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF8A63856181 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666811822; bh=C6H2+MPzeqB89u5m8WOR3tNW46FMboykAzX351ND5FM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bQKMoT3UTqAjDjx9ffjOTdH64iy+5lM+bo1nNVaLYKZ0rS4TO3LSyDMgVcqLhjupH 7ejbIy4RSPYAjPVQWT6fVgjgM26uh+TX54wfMFDGdSKdsMKZBW2n9rT9KQpLcnogQo x97dwYVkXTTuCx4RKePoQnRlhR+eMUAmH6TRWXDs= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/93177] PPC: Missing many useful platform intrinsics Date: Wed, 26 Oct 2022 19:17:02 +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: iains at gcc dot gnu.org 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: attachments.created 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 #19 from Iain Sandoe --- Created attachment 53779 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53779&action=3Dedit introduce ppc_intrinsics.h for powerpc*-darwin. This takes the header from the GCC-4.x apple debt branch (as present in SVN: r113478) and=20 - updates the license. - installs for powerpc*-darwin 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 the= ir entry in gcc/config.gcc)=