Page 1 of 1

Example of NEON code in assembly and intrinsics

Posted: Sat Mar 23, 2024 11:26 pm
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