Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


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

ARM Neon instruction VEXT not in ARM Helium

Hi, this might be the wrong forum, apologies if so!

I am working on porting image filters implemented using ARM Neon vector extension to ARM Cortex-M55 using Helium vector extension. One instruction that has been very widely used in our Neon implementation is vext. This instruction allows simple implementation of sliding windows and kernels. However, I cannot find anything similar in the Helium instructions. Does anyone know how I could efficiently replace vext with something from Helium? I was thinking there might be a predicate instruction, but I haven't found anything yet. Thanks!