]> sourceware.org Git - lvm2.git/commit
Fix CRC32 calculation on big endian CPU
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 8 Feb 2011 12:41:08 +0000 (12:41 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 8 Feb 2011 12:41:08 +0000 (12:41 +0000)
commit2fdd451b193f758d1835aa607f9953d973804527
tree0a89d55b48373d71d01202803d2833e93eb6b96f
parent0ea1e5c10940170a9a65a3066cf57a0bf8f8a40f
Fix CRC32 calculation on big endian CPU

Fix regresion from 2.02.75 speedup - so currently crc32 is a little bit
more complicated on big-endian CPU as the uint32_t needs to be shifted
on here.
WHATS_NEW
lib/misc/crc.c
This page took 0.034302 seconds and 5 git commands to generate.