Skip to content

Commit eafc4b8

Browse files
author
Raghuveer Devulapalli
committed
Use pivot blocks
1 parent a876f96 commit eafc4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/avx512-64bit-keyvaluesort.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ X86_SIMD_SORT_INLINE void qsort_64bit_(type1_t *keys,
248248
return;
249249
}
250250

251-
type1_t pivot = get_pivot<vtype1>(keys, left, right);
251+
type1_t pivot = get_pivot_blocks<vtype1>(keys, left, right);
252252
type1_t smallest = vtype1::type_max();
253253
type1_t biggest = vtype1::type_min();
254254
arrsize_t pivot_index = partition_avx512<vtype1, vtype2>(

0 commit comments

Comments
 (0)