What to use for the permutation mask in SIMD.shuffle?
The following code snippet works; it is however not very convenient, especially when the SIMD width is a parameter.
Question: does someone know what I'm supposed to pass as mask in:
What other type could I use as
*mask
?1 Reply
It seems I'm missing