Skip to content

Commit

Permalink
Fix rebase merge bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Oct 20, 2023
1 parent 15d6025 commit 4fa2255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/avx512-64bit-argsort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef AVX512_ARGSORT_64BIT
#define AVX512_ARGSORT_64BIT

#include "avx512-common-qsort.h"
#include "xss-common-qsort.h"
#include "avx512-64bit-common.h"
#include "xss-network-keyvaluesort.hpp"
#include <numeric>
Expand Down
2 changes: 1 addition & 1 deletion src/avx512-64bit-keyvaluesort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef AVX512_QSORT_64BIT_KV
#define AVX512_QSORT_64BIT_KV

#include "avx512-common-qsort.h"
#include "xss-common-qsort.h"
#include "avx512-64bit-common.h"
#include "xss-network-keyvaluesort.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/avx512-64bit-qsort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef AVX512_QSORT_64BIT
#define AVX512_QSORT_64BIT

#include "avx512-common-qsort.h"
#include "xss-common-qsort.h"
#include "avx512-64bit-common.h"

#endif // AVX512_QSORT_64BIT

0 comments on commit 4fa2255

Please sign in to comment.