This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what about the ARM instrinsics for 64-bit?

Hi,

I have many functions which are optimized with NEON intrinsics for ARMv7 architecture. Now that the latest 64-bit ARM is in town, I want to try the same on it. Will it work as it is?

  • That's the basic idea though I won't cross my heart and hope to die that it'll all work perfectly, you'll have to test it of course.

    When porting 32 bit Neon assembly to 64 bit the recommendation I believe is to port to the C intrinsics first and take that over to 64 bit, and only use assembler or inline code again if really necessary.