We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14d7480 + 4273453 commit 5adb334Copy full SHA for 5adb334
src/xss-common-comparators.hpp
@@ -40,8 +40,8 @@ struct Comparator {
40
using opmask_t = typename vtype::opmask_t;
41
using type_t = typename vtype::type_t;
42
43
- X86_SIMD_SORT_FINLINE bool STDSortComparator(const type_t &a,
44
- const type_t &b)
+ X86_SIMD_SORT_INLINE bool STDSortComparator(const type_t &a,
+ const type_t &b)
45
{
46
if constexpr (descend) { return comparison_func<vtype>(b, a); }
47
else {
0 commit comments