diff options
| author | Bob Pearson <[email protected]> | 2012-03-23 22:02:24 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-03-23 23:58:37 +0000 |
| commit | 324eb0f17d9dcead3c60c133aa244f6b3631fec9 (patch) | |
| tree | 657c564269a0fc1921f4252dbf0184725f5c85fa /net/unix/af_unix.c | |
| parent | crc32: make CRC_*_BITS definition correspond to actual bit counts (diff) | |
| download | kernel-324eb0f17d9dcead3c60c133aa244f6b3631fec9.tar.gz kernel-324eb0f17d9dcead3c60c133aa244f6b3631fec9.zip | |
crc32: add slice-by-8 algorithm to existing code
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.
[[email protected]: Minor changelog tweaks]
Signed-off-by: Bob Pearson <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
