Skip to content

Commit

Permalink
ac
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <[email protected]>
  • Loading branch information
zombee0 committed Sep 20, 2024
1 parent 2638ac2 commit 0f94038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/util/bit_packing_simd.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static inline void unpack16(const uint8_t* __restrict__ in, uint16_t* __restrict
std::memcpy(out, in, numBytes);

in += numBytes;
out += numBytes;
out += num_values;
}

// Unpack num_values number of uint32_t values with bit_width in [1, 7] range.
Expand Down

0 comments on commit 0f94038

Please sign in to comment.