]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
slightly faster hash function (using crc32), with precomputed polynomial table (256x3...
authorDale Weiler <killfieldengine@gmail.com>
Sat, 21 Apr 2012 20:02:33 +0000 (16:02 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 21 Apr 2012 20:02:33 +0000 (16:02 -0400)
commit7849f8c597dce0e380a34b8b3a31a10ee5b0530d
tree06d94fbd9d18c8fd4d365b5b0bbd4e04545a7913
parent7ce39647721ba685f02012aa77f00dec795c00f7
slightly faster hash function (using crc32), with precomputed polynomial table (256x32-bit entries, eight shifted xor operations).  QuakeC header files include a crc16 in them (this isn't it, that is on the TODO list)
assembler.c
gmqcc.h
main.c
typedef.c
util.c