[PATCH 04/14] crc32: Speed up memory table access on powerpc

2012-01-06 Thread Darrick J. Wong
Replace 2D array references by pointer references in loops. This change has no effect on X86 code but improves PPC performance. From: Bob Pearson rpear...@systemfabricworks.com Signed-off-by: Bob Pearson rpear...@systemfabricworks.com [djw...@us.ibm.com: Minor changelog tweaks] Signed-off-by:

[PATCH 04/14] crc32: Speed up memory table access on powerpc

2011-12-01 Thread Darrick J. Wong
Replace 2D array references by pointer references in loops. This change has no effect on X86 code but improves PPC performance. From: Bob Pearson rpear...@systemfabricworks.com Signed-off-by: Bob Pearson rpear...@systemfabricworks.com [djw...@us.ibm.com: Minor changelog tweaks] Signed-off-by: