Skip to content

Commit 449f02c

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Add missing fallthrough to fbcode/faiss/utils/hamming_distance/neon-inl.h
Differential Revision: D52436745 fbshipit-source-id: 7e4c55a8255b2f25b3394146a24d1af698b3b2e9
1 parent 0727fff commit 449f02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

faiss/utils/hamming_distance/neon-inl.h

+1
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ struct HammingComputerDefault {
338338
len -= 8;
339339
accu += popcount64(a64[i] ^ b64[i]);
340340
i++;
341+
[[fallthrough]];
341342
case 7:
342343
accu += popcount64(a64[i] ^ b64[i]);
343344
i++;

0 commit comments

Comments
 (0)