Open
Description
The shuffle API in #62 can handle nearly any hardware shuffle, but it's a bit clumsy to use (and the API requires full const generics).
A few common cases of shuffles should be provided as a simpler API:
-
reverse
-
rotate
-
shift
(likerotate
but insert 0s) -
align
(or mayberotate2
?) see Are the alignr/alignl simd functions planned? #78 -
interleave
/deinterleave
Metadata
Metadata
Assignees
Labels
No labels