]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/crc32c_intel_fast.c
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / common / crc32c_intel_fast.c
index 188ff95ff5af01f5d32309263c6499763a739817..28bd93416519f31119594be7396b2db2d9c01e33 100644 (file)
@@ -4,7 +4,7 @@
 extern unsigned int crc32_iscsi_00(unsigned char const *buffer, uint64_t len, uint64_t crc) asm("crc32_iscsi_00");
 extern unsigned int crc32_iscsi_zero_00(unsigned char const *buffer, uint64_t len, uint64_t crc) asm("crc32_iscsi_zero_00");
 
-#ifdef HAVE_GOOD_YASM_ELF64
+#ifdef HAVE_NASM_X64
 
 uint32_t ceph_crc32c_intel_fast(uint32_t crc, unsigned char const *buffer, unsigned len)
 {