Skip to content

Commit a680157

Browse files
committed
Link CHANGELOG
1 parent 120fcc0 commit a680157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ SIMD-accelerated carryless-multiplication [CRC-64/NVME](https://reveng.sourcefor
1212

1313
SIMD-accelerated carryless-multiplication is based on the Intel [Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction](https://web.archive.org/web/20131224125630/https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf) paper.
1414

15+
## Changes
16+
17+
See [CHANGELOG](CHANGELOG.md).
18+
1519
## Changes from [crc64fast](https://github.com/tikv/crc64fast)
1620

1721
Primarily changes the `CRC-64/XZ` (aka `CRC-64/GO-ECMA`) polynomial from [crc64fast](https://github.com/tikv/crc64fast) (which uses the `ECMA-182` polynomial [`0x42F0E1EBA9EA3693`]) to use the `NVME` polynomial (`0xAD93D23594C93659`), plus re-calculates the input parameters (tables, keys, mu, and reciprocal polynomial) for fast operations.

0 commit comments

Comments
 (0)