David Marec 90562bd5bf CRC32C il y a 9 mois
..
Makefile 90562bd5bf CRC32C il y a 9 mois
README.md 90562bd5bf CRC32C il y a 9 mois
crc32c.c 90562bd5bf CRC32C il y a 9 mois

README.md

CRC32 computing

Different CRC32C (Castagnoli) implementation

software

Portable implementation.

Hardware

Compiler Intrinsics implementation.

Intel SSE4.2 required.

ARM also provides intrinsics in ACME, march=+crc+.

TODO

Design alignment steps for better performances.