Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: 0x1eaf

Differential Revision: D47985815

fbshipit-source-id: 47bbe26ec689ac5521fe94ab52d174c60ded2ba5
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Aug 2, 2023
1 parent 35dac92 commit a4ddb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faiss/impl/ScalarQuantizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct Codec8bit {
#ifdef __AVX2__
static inline __m256 decode_8_components(const uint8_t* code, int i) {
const uint64_t c8 = *(uint64_t*)(code + i);

const __m128i i8 = _mm_set1_epi64x(c8);
const __m256i i32 = _mm256_cvtepu8_epi32(i8);
const __m256 f8 = _mm256_cvtepi32_ps(i32);
Expand Down

0 comments on commit a4ddb18

Please sign in to comment.