David Marec c79b2cd4a1 Humanize há 11 meses atrás
..
Makefile c79b2cd4a1 Humanize há 11 meses atrás
README.md 90562bd5bf CRC32C há 11 meses atrás
crc32c.c c79b2cd4a1 Humanize há 11 meses atrás

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.