]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crc32c: add a special case crc32c NULL buffer handling
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 4 Oct 2013 21:19:24 +0000 (14:19 -0700)
committerSage Weil <sage@inktank.com>
Wed, 16 Oct 2013 16:28:14 +0000 (09:28 -0700)
commitb96ee5ccf52996b88ea318bd91cc5754924d8af3
tree2de2d9a96ed633d218fb73bd5b14ea023e8fd988
parentd9e30775c08ecef79ff692fff39ada5bc98bfe90
crc32c: add a special case crc32c NULL buffer handling

Adding a special case crc32c NULL buffer handling for the intel assembly
code.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/common/Makefile.am
src/common/crc32c_intel_fast.c
src/common/crc32c_intel_fast_zero_asm.S [new file with mode: 0644]