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.
1 parent 2282e70 commit e7e452fCopy full SHA for e7e452f
src/xss-network-keyvaluesort.hpp
@@ -4,17 +4,6 @@
4
#include "avx512-64bit-qsort.hpp"
5
#include "avx2-64bit-qsort.hpp"
6
7
-template <int num_lanes>
8
-struct index_64bit_vector_type;
9
-template <>
10
-struct index_64bit_vector_type<8> {
11
- using type = zmm_vector<uint64_t>;
12
-};
13
14
-struct index_64bit_vector_type<4> {
15
- using type = avx2_vector<uint64_t>;
16
17
-
18
template <typename vtype1,
19
typename vtype2,
20
typename reg_t1 = typename vtype1::reg_t,
0 commit comments