-
I don't find vtrn intrinsics |
Beta Was this translation helpful? Give feedback.
Answered by
EgorBo
May 28, 2024
Replies: 1 comment
-
From a quick google it looks like it's Arm32 specific instruction and you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
2A5F
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From a quick google it looks like it's Arm32 specific instruction and you should use
trn1/trn2
instead, which map toAdvSimd.Arm64.TransposeEven/Odd
in C#