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

Transpose operations in helium(CM85) compared to neon

Hi 

I am porting an example code from neno intrinsic to helium intrinsic, it used the Transpose related intrinsic like (vtrn_u32/ vtrn_u8), how can do the transpose operation in helium, as there is no related intrinsic in helium.

Thanks.

Parents
  • Helium MVE (Matrix Vector Extension) is a microarchitecture extension to the CM85 and CM55 kernels on the Armv8.1-M architecture. Similar to Neon technology in Cortex-A devices, Helium provides a set of SIMD-like instructions.

Reply
  • Helium MVE (Matrix Vector Extension) is a microarchitecture extension to the CM85 and CM55 kernels on the Armv8.1-M architecture. Similar to Neon technology in Cortex-A devices, Helium provides a set of SIMD-like instructions.

Children