Skip to content

Commit

Permalink
revert an unecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Nov 30, 2021
1 parent 2ddc2e7 commit 9a99cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ static inline __m128i loadn(const void *p, size_t l)

__m128i v, mask = _mm_loadu_si128((__m128i *)(loadn_mask + 16 - l));
uintptr_t mod4k = (uintptr_t)p % 4096;

if (PTLS_LIKELY(mod4k <= 4080) || mod4k + l > 4096) {
v = _mm_loadu_si128(p);
} else {
Expand Down

0 comments on commit 9a99cf1

Please sign in to comment.