Commit graph

1 commit

Author SHA1 Message Date
Steve Markgraf
a71d50969d lib: optionally use crc-fast-rust library
Typically, this CRC16 implementation is even faster, as it uses
32 bit SSE calculations and then trucates the output to 16 bits.
Also comes with AVX-512 support.

https://github.com/awesomized/crc-fast-rust
2026-01-24 23:43:58 +01:00