Skip to content

Commit 2573154

Browse files
[cherrypick] Unroll loop in lookup_2_lanes for PPC64 (zilliztech#524)
Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>
1 parent 38359b7 commit 2573154

File tree

2 files changed

+1088
-0
lines changed

2 files changed

+1088
-0
lines changed

thirdparty/faiss/faiss/utils/simdlib.h

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
#include <faiss/utils/simdlib_neon.h>
2929

30+
#elif defined(__PPC64__)
31+
32+
#include <faiss/utils/simdlib_ppc64.h>
33+
3034
#else
3135

3236
// emulated = all operations are implemented as scalars

0 commit comments

Comments
 (0)