Example of NEON code in assembly and intrinsics

A forum for ARM assembly programmers (32 & 64 bit)
Post Reply
ttribelli
Posts: 6
Joined: Sun Dec 18, 2022 6:51 pm

Example of NEON code in assembly and intrinsics

Post by ttribelli »

I have some examples showing how to implement NEON code in assembly language or using C/C++ intrinsics. Intrinsics have an advantage of being inlined by the compiler where assembly is a function call.

https://github.com/atribelli/matrix3d
Post Reply