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 Nov 6, 2024
1 parent a11c1db commit 953112e
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 @@ -221,6 +221,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 953112e

Please sign in to comment.