From: Erik M. <er...@us...> - 2002-01-21 13:13:37
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv13855/include/blob Modified Files: crc32.h Log Message: Careful profiling and some hand loop unrolling makes crc32() faster than the table implementation. Also added lots of comments. Index: crc32.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/crc32.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- crc32.h 2002/01/20 23:26:46 1.2 +++ crc32.h 2002/01/21 13:13:33 1.3 @@ -1,7 +1,8 @@ /* * crc32.h: calculate CRC32 * - * Copyright (C) 2002 Erik Mouw <J.A...@it...> + * Copyright (C) 2002 Erik Mouw <J.A...@it...> and + * Jan-Derk Bakker <J.D...@it...> * based on linux/drivers/net/am79c961a.c * Copyright (C) 1995-2001 Russell King <rm...@ar...> * |