Skip to content

Commit

Permalink
Use _mm512_popcnt_epi64 to speedup hamming distance evaluation.
Browse files Browse the repository at this point in the history
Signed-off-by: Mulugeta Mammo <[email protected]>
  • Loading branch information
mulugetam committed Dec 23, 2024
1 parent 3c8dc41 commit 5a9a98f
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 0 deletions.
1 change: 1 addition & 0 deletions faiss/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ set(FAISS_HEADERS
utils/hamming_distance/hamdis-inl.h
utils/hamming_distance/neon-inl.h
utils/hamming_distance/avx2-inl.h
utils/hamming_distance/avx512-inl.h
)

if(NOT WIN32)
Expand Down
Loading

0 comments on commit 5a9a98f

Please sign in to comment.