v1.0
First release of x86-simd-sort. This is the version that was merged into NumPy main branch. See numpy/numpy#22315 for more details. Supported features:
- AVX-512 quicksort for the following dtypes:
float16, uint16_t, int16_t, float, uint32_t, int32_t, double, uint64_t, int64_t.