AVX and NEON examples in assembly and intrinsics

A place for MASM, HLA, Gas, and other assembly languages.
Post Reply
ttribelli
Posts: 6
Joined: Sun Dec 18, 2022 6:51 pm

AVX and NEON examples in assembly and intrinsics

Post by ttribelli »

I have some examples showing how to implement Intel AVX and ARM 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