This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/71233] [ARM] missing AdvSIMD poly64 intrinsics
- From: "clyon at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 Aug 2017 12:48:05 +0000
- Subject: [Bug target/71233] [ARM] missing AdvSIMD poly64 intrinsics
- Auto-submitted: auto-generated
- References: <bug-71233-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #3 from Christophe Lyon <clyon at gcc dot gnu.org> ---
As of r251385, these intrinsics are still not implemented (except for
vtst_p64).
But looking at
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073a/IHI0073A_arm_neon_intrinsics_ref.pdf
I noticed that many more intrinsics are not implemented (for instance vceqz for
non-p64 versions).
Is there a script-friendly version of this pdf document that could be parsed to
build the list of non-implemented intrinsics?