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

mm_shuffle_epi8 equivalent on ARM machines

In a project which is focussed on accelerating the performance on ARM, I am using the mm_shuffle_epi8 implementation from the below page https://github.com/f4exb/cm256cc/blob/master/sse2neon.h#L981.

But above implementation is sub optimal and leading to performance costs.

Is there a right equivalent for _mm_shuffle_epi8 for ARM ?