xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

Implementation of shuffle functions

Open JohanMabille opened this issue 3 years ago • 0 comments

This issue tracks the progress on implementing shuffle functions in xsimd. The aproach is to implement different operations in dedicated functions (similar to what is done in libscimdpp. If you want to contribute, please reply to this issue with the name of the function you're currently working on.

  • [ ] zip_hi / zip_lo (@guyuqi): SSE and NEON done, missing AVX and AVX512
  • [ ] lrot / rrot (@serge-sans-paille)

JohanMabille avatar Mar 17 '21 12:03 JohanMabille