有 ARM Neon 内在函数的好参考吗?

发布于 2024-09-01 12:18:51 字数 243 浏览 4 评论 0原文

ARM 参考手册并未对各个指令进行过多详细介绍 ( http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348b/BABIIBBG.html )。有没有更详细一点的?

The ARM reference manual doesn't go into too much detail into the individual instructions ( http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348b/BABIIBBG.html ). Is there something that's a little more detailed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

倾城°AllureLove 2024-09-08 12:18:51

有关指令本身的更多信息,您需要汇编器指南。您在那里找到的列表仅显示了从编译器内部函数到汇编指令的映射。

For more information on the instructions themselves, you need the Assembler Guide. The list you found there just shows the mapping from compiler intrinsics to assembly instructions.

污味仙女 2024-09-08 12:18:51

还有 ARM C 语言扩展,它提供了有关可能有用的内在函数用法的详细信息(请参阅第 12 章)。

There's also the ARM C Language Extensions which provides details on the usage of the intrinsics (see chapter 12) that could be useful.

纵性 2024-09-08 12:18:51

现在有一个 HTML 版本的 NEON Intrinsics Reference,非常方便。每个条目都包含指向相关说明的更详细说明的链接。

它仍然不如英特尔的好,英特尔允许您按指令集进行过滤并包含伪代码实现,但它比旧的 PDF 有了巨大的改进。

There is now an HTML version of the NEON Intrinsics Reference which is pretty convenient. Each entry includes a link to a more detailed explanation of the relevant instruction.

It's still not quite as good as Intel's, which lets you filter by instruction set and includes pseudo-code implementations, but it's a huge improvement over the old PDFs.

天涯离梦残月幽梦 2024-09-08 12:18:51

The ARM NEON Intrinsics Reference lists every NEON intrinsic with a mapping to the instruction it behaves like. Like the reference you give, it doesn't go in to detail about the behavior of the instruction, so must be read together with an Architecture Reference Manual, but it is the most complete reference for NEON Intrinsics which I'm aware of.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文