]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crc32c: pass integer param by uint64_t
authorKefu Chai <kchai@redhat.com>
Wed, 13 Sep 2017 09:20:05 +0000 (17:20 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Sep 2017 02:47:02 +0000 (10:47 +0800)
commitcea9f1e3da6097dee70457909b310dcd33b0144d
tree2ecf53e6c3b171dbc7cf1e1021cff562057db570
parentde1cc425be55b3fb8e0a7adc669ae97b97d99367
crc32c: pass integer param by uint64_t

the assembly is expecting 64bits input, so make this explicit.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/crc32c_intel_fast.c