intel/x86-simd-sort

Any plans to implement on AVX/AVX2?

danielbraun89 opened this issue ยท 5 comments

Any plans to implement on AVX/AVX2 as well, in order to improve availability?

+1

yeah, that is in the plan and would be a great addition to the AVX-512 code. Contributions are welcome :)

see #60

#60 and #93 adds AVX2 versions of quicksort, quickselect and partial sort for 32-bit and 64-bit data types. Should I consider this done?

Closing as completed.