]> git.ipfire.org Git - thirdparty/zstd.git/commit
Update zstd_lazy.c
authorTrianglesPCT <dain.bray@gmail.com>
Fri, 14 May 2021 23:03:30 +0000 (17:03 -0600)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 23:03:30 +0000 (17:03 -0600)
commit0e071214b5721f3415611d07d33469f8026c3bb0
tree31e2496112fe0509e52017112b7570d4a1585d77
parent69ac124b1209ccf12c8c5969f0d7a2124ccbe554
Update zstd_lazy.c

switch to unaligned load as I don't know if buffer will always be aligned to 32 bytes, and compilers aside from MSVC might actually use aligned loads
lib/compress/zstd_lazy.c