mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
common/crc32c_intel_fast: fix compile-time #ifdef
This wasn't getting built in!
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
(cherry picked from commit 3233336cc3
)
This commit is contained in:
parent
c8cae87e9e
commit
1d67aeba72
@ -3,7 +3,7 @@
|
||||
|
||||
extern unsigned int crc32_iscsi_00(unsigned char const *buffer, int len, unsigned int crc);
|
||||
|
||||
#ifdef WITH_GOOD_YASM_ELF64
|
||||
#ifdef HAVE_GOOD_YASM_ELF64
|
||||
|
||||
uint32_t ceph_crc32c_intel_fast(uint32_t crc, unsigned char const *buffer, unsigned len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user