Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Oct 8, 2024
1 parent 80fc8a5 commit 6cc237f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/avx2-64bit-qsort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@ struct avx2_vector<uint64_t> {
static_assert(sizeof(size_t) == sizeof(uint64_t),
"Size of size_t and uint64_t are not the same");
template <>
struct avx2_vector<size_t> : public avx2_vector<uint64_t> {
};
struct avx2_vector<size_t> : public avx2_vector<uint64_t> {};
#endif

template <>
Expand Down
3 changes: 1 addition & 2 deletions src/avx512-64bit-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,7 @@ struct zmm_vector<uint64_t> {
static_assert(sizeof(size_t) == sizeof(uint64_t),
"Size of size_t and uint64_t are not the same");
template <>
struct zmm_vector<size_t> : public zmm_vector<uint64_t> {
};
struct zmm_vector<size_t> : public zmm_vector<uint64_t> {};
#endif

template <>
Expand Down

0 comments on commit 6cc237f

Please sign in to comment.