mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
a05ce3ad9d
Cosmo's _Cz_crc32() function now goes 73 GiB/s on Threadripper. This will significantly improve the performance of the PKZIP file format. This algorithm is also used by apelink, to create deterministic ids.
3 lines
68 B
C
3 lines
68 B
C
#ifdef BUILD_NEON
|
|
#include "third_party/zlib/crc32_simd.inc"
|
|
#endif
|