Highlights
OpenMP Parallelization:
qsort, argsort and keyvalue_qsort routines now support multi-threading with OpenMP. This speeds up sorting medium to large arrays by 3-4x on both AVX-512 and AVX2. OpenMP is not enabled by default and needs to configured with Meson while building. Please refer to the [README ](https://github.com/intel/x86-simd-sort?tab=readme-ov-file#build...