Skip to content

Commit

Permalink
Added Intel's Fast CRC Computation for Generic Polynomials Using PCLM…
Browse files Browse the repository at this point in the history
…ULQDQ Instruction paper to docs folder.
  • Loading branch information
nmoinvaz authored and Dead2 committed Jun 7, 2022
1 parent 413bbfa commit 443905a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/crc32_fold_pclmulqdq.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* instruction.
*
* A white paper describing this algorithm can be found at:
* https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
* doc/crc-pclmulqdq.pdf
*
* Copyright (C) 2013 Intel Corporation. All rights reserved.
* Copyright (C) 2016 Marian Beermann (support for initial value)
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/crc32_fold_pclmulqdq_tpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* instruction.
*
* A white paper describing this algorithm can be found at:
* https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
* doc/crc-pclmulqdq.pdf
*
* Copyright (C) 2013 Intel Corporation. All rights reserved.
* Copyright (C) 2016 Marian Beermann (support for initial value)
Expand Down
Binary file added doc/crc-pclmulqdq.pdf
Binary file not shown.

0 comments on commit 443905a

Please sign in to comment.