From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 690E4386EC5C; Fri, 29 May 2020 18:11:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 690E4386EC5C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590775878; bh=zHZvV63AhxzvPKOfugKMq7cCqsgMgSp3PqvV6KBJnJs=; h=From:To:Subject:Date:From; b=Rk3NFgmoVRHq5CReMSYUJAzT9mJiMVz6EblrH2k/iV1dLXhNIaZxXNf2u9GkH+Kx2 notrWKYBZ13TJjUAD8Tn743TXm9qeu5MFqDuPD51i8cEwkLtBBT0u9eJc93aL99/tw IQ4kumb+4sM0TISIRt/uII7HcHayj+E1IlRMYo1Q= From: "evan@coeus-group.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95421] New: [AArch64] Missing NEON functions documented on ARM's web site Date: Fri, 29 May 2020 18:11:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: evan@coeus-group.com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 18:11:18 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95421 Bug ID: 95421 Summary: [AArch64] Missing NEON functions documented on ARM's web site Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: evan@coeus-group.com Target Milestone: --- Created attachment 48636 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48636&action=3Dedit Full list of missing functions This is a companion to #95399 (which is for the arm headers instead of aarch64). Quite a few functions listed in ARM's documentation () don't seem to be included in GCC's AArch64 arm_{neon,bf16,fp16}.h. The attached list of 253 functions was generated by just grepping arm_{neon,bf16,fp16}.h for each function in ARM's documentation so it's possible there are some false positives, but the ones I've checked manually seem correct. I'm also not sure how accurate ARM's documentation is. Several functions are actually present in arm but not aarch64, I'm guessing that will be an easy place to start. Here is that list: vadd_p16 vadd_p64 vadd_p8 vaddq_p128 vaddq_p16 vaddq_p64 vaddq_p8 vceqq_p64 vceqz_p64 vceqzq_p64 vcvt_high_bf16_f32 vcvt_low_bf16_f32 vld2_lane_bf16 vld2q_lane_bf16 vld3_lane_bf16 vld3q_lane_bf16 vld4_lane_bf16 vld4q_lane_bf16 vrndns_f32 vst2_lane_bf16 vst2q_lane_bf16 vst3_lane_bf16 vst3q_lane_bf16 vst3q_lane_p8 vst3q_lane_s8 vst3q_lane_u8 vst4_lane_bf16 vst4q_lane_bf16=