Skip to content

Commit 7d96aec

Browse files
committed
Fixes builds for things that directly included avx512-64bit-argsort.hpp
1 parent c095fe7 commit 7d96aec

File tree

3 files changed

+708
-695
lines changed

3 files changed

+708
-695
lines changed

lib/x86simdsort-avx2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "avx2-32bit-qsort.hpp"
33
#include "avx2-64bit-qsort.hpp"
44
#include "avx2-32bit-half.hpp"
5-
#include "avx512-64bit-argsort.hpp"
5+
#include "xss-common-argsort.h"
66
#include "x86simdsort-internal.h"
77

88
#define DEFINE_ALL_METHODS(type) \

0 commit comments

Comments
 (0)