issues
search
trifectatechfoundation
/
zlib-rs
A safer zlib
zlib License
148
stars
15
forks
source link
mirror zlib-ng behavior for i686
#155
Closed
folkertdev
closed
3 months ago
folkertdev
commented
3 months ago
on x86, check that the sse4.2 feature is detected for using the crc32 instruction
don't perform 64-bit unaligned read/writes on i686
fix integer truncation on 32-bit platforms (causing incorrect results)