I have some Intel AVX/2 code that I need to port to NEON. I looked at OpenVec, but it seems to be missing some APIs. Is there a guide on NEON instructions that are equivalent to NEON?
Thx,
Y-
I'm not aware of a specific guide. Depending on what you are doing, the Ne10 libraries may be useful for youprojectne10.github.io/.../
Thank you. I have been looking into Ne10.