Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions faiss/utils/partitioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,6 @@ typename C::T partition_fuzzy(
size_t q_min,
size_t q_max,
size_t* q_out) {
// the code below compiles and runs without AVX2 but it's slower than
// the scalar implementation
#ifdef __AVX2__
constexpr bool is_uint16 = std::is_same<typename C::T, uint16_t>::value;
if (is_uint16 && is_aligned_pointer(vals)) {
Expand Down