Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 570 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 570 Bytes

Bitwise MSB Radix Sort on AVX-512

A small experimental sorting library that sorts using an AVX-512 implementation of bitwise radix sort.

Accompanying code to the technical report "Bitwise MSB Radix Sort on AVX-512".

Compiling

To compiler the test program, simply run make in the root directory. Running make clean will remove the compiled binaries.

License

This software is distributed based on a specific license agreement, please see the file LICENSE.md.