crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
authorTim Chen <tim.c.chen@linux.intel.com>
Wed, 1 May 2013 19:52:49 +0000 (12:52 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 May 2013 12:11:06 +0000 (20:11 +0800)
This is the x86_64 CRC T10 DIF transform accelerated with the PCLMULQDQ
instructions.  Details discussing the implementation can be found in the
paper:

"Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction"
http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found