Use CRC32C implementation from ISA-L when available - enables VPCLMULQDQ version with AVX512 which is ~2x faster

This commit is contained in:
Vitaliy Filippov
2025-08-10 18:03:47 +03:00
parent 29dda5066f
commit feaf7a15cf
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ add_library(vitastor_blk SHARED
)
target_link_libraries(vitastor_blk
${LIBURING_LIBRARIES}
${ISAL_LIBRARIES}
tcmalloc_minimal
# for timerfd_manager
vitastor_common