Skip to content

Commit a4ddb18

Browse files
generatedunixname89002005325676facebook-github-bot
generatedunixname89002005325676
authored andcommitted
Daily arc lint --take CLANGFORMAT
Reviewed By: 0x1eaf Differential Revision: D47985815 fbshipit-source-id: 47bbe26ec689ac5521fe94ab52d174c60ded2ba5
1 parent 35dac92 commit a4ddb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faiss/impl/ScalarQuantizer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct Codec8bit {
7676
#ifdef __AVX2__
7777
static inline __m256 decode_8_components(const uint8_t* code, int i) {
7878
const uint64_t c8 = *(uint64_t*)(code + i);
79-
79+
8080
const __m128i i8 = _mm_set1_epi64x(c8);
8181
const __m256i i32 = _mm256_cvtepu8_epi32(i8);
8282
const __m256 f8 = _mm256_cvtepi32_ps(i32);

0 commit comments

Comments
 (0)