ultra-sort icon indicating copy to clipboard operation
ultra-sort copied to clipboard

DSL for SIMD Sorting on AVX2 & AVX512

Results 1 ultra-sort issues
Sort by recently updated
recently updated
newest added

I tried to use your AVX2 SIMDSort code to sort a list of 2,000,000 floats. In the final pass of MergePass8 with run_size = 512 the code in the for-loop...