Skip to content

Commit 6b83d6d

Browse files
committed
Update README to cover software fallback
1 parent 9432876 commit 6b83d6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Fast, hardware-accelerated CRC calculation for
99
[all known CRC-32 and CRC-64 variants](https://reveng.sourceforge.io/crc-catalogue/all.htm) using SIMD intrinsics,
1010
which can exceed _100GiB/s_ for `CRC-32`, and _50GiB/s_ for `CRC-64`, on modern systems.
1111

12-
The [crc crate](https://crates.io/crates/crc) is ~0.5GiB/s, so this is
12+
Supports acceleration on `aarch64`, `x86_64`, and `x86` architectures, plus has a safe non-accelerated software
13+
fallback for other architectures.
14+
15+
The [crc crate](https://crates.io/crates/crc) is ~0.5GiB/s by default, so this is
1316
[up to >200X faster](#tldr-just-tell-me-how-to-turn-it-up-to-11-), and even the most conservative baseline settings
1417
are >27X.
1518

0 commit comments

Comments
 (0)