[PATCH 08/14] crc32: Add slice-by-8 algorithm to existing code

2012-01-06 Thread Darrick J. Wong
add slicing-by-8 algorithm to the existing slicing-by-4 algorithm. This consists of: - extend largest BITS size from 32 to 64 - extend tables from tab[4][256] to up to tab[8][256] - Add code for inner loop. From: Bob Pearson Signed-off-by: Bob Pearson [djw...@us.ibm.com:

[PATCH 08/14] crc32: Add slice-by-8 algorithm to existing code

2011-12-01 Thread Darrick J. Wong
add slicing-by-8 algorithm to the existing slicing-by-4 algorithm. This consists of: - extend largest BITS size from 32 to 64 - extend tables from tab[4][256] to up to tab[8][256] - Add code for inner loop. From: Bob Pearson Signed-off-by: Bob Pearson [djw...@us.ibm.com: