]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crc32c: add intel baseline algorithm
authorSage Weil <sage@inktank.com>
Wed, 21 Aug 2013 03:59:56 +0000 (20:59 -0700)
committerSage Weil <sage@inktank.com>
Wed, 21 Aug 2013 15:31:12 +0000 (08:31 -0700)
commit6ee1591d19d83caab83893180a9456858293e4c9
tree01cd54cd8f2ce825303dec67f2ffc1a32e69a7e2
parente8e50f60bd0075505172269a8784ac9d0111e909
crc32c: add intel baseline algorithm

This is than the sctp code but probably slower.  We'll add it anywhere
just as a reference and to have a baseline for comparing performance.

Signed-off-by: Sage Weil <sage@inktank.com>
src/Makefile.am
src/common/crc32c.cc
src/common/crc32c_intel_baseline.c [new file with mode: 0644]
src/common/crc32c_intel_baseline.h [new file with mode: 0644]