David Marec e5cfe24f12 Review bmake files před 1 týdnem
..
Makefile e5cfe24f12 Review bmake files před 1 týdnem
README.md 90562bd5bf CRC32C před 1 rokem
crc32c.c 1984c62f98 gg=G před 1 rokem

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.