feature request: shuffle
Hi,
I've looked through the documentation, but I did not find a way to perform shuffle operations. Is that missing? If so is it something that could become part of the library?
Many thanks, Alexandre
Hi,
Indeed xsimd does not provide any high level API for shuffling yet. That's a feature we would like to have in the library, but we are not sure of how to implement it because of the combinatory issue.
What do you mean by combinatory issue?
xsimd now supports swizzle, that shuffles a single vector according to a constant mask. See the doc
@abique I know we're 3 year late on this one, but could you have a look at #925 and check that you were thinking of something along those lines? Thanks!