Is there a good reference for ARM Neon intrinsics?

23,050

Solution 1

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.

Solution 2

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

Solution 3

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.

Share:
23,050

Related videos on Youtube

Vineeth
Author by

Vineeth

Updated on July 09, 2022

Comments