[FR] Use other implementation for zlib feature
Closed this issue · 1 comments
werdahias commented
The zlib feature of zune-inflate pulls in simd-adler32 which currently runs only on amd64 (x86-64). Could you maybe consider switching to a different crate as this limits zune-inflate to amd64 ?
etemesi254 commented
Hi i think https://github.com/mcountryman/simd-adler32 supports different architectures
according to https://github.com/mcountryman/simd-adler32#support