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
@@ -12,4 +12,5 @@ add_executable(vitastor-disk
target_link_libraries(vitastor-disk
tcmalloc_minimal
${LIBURING_LIBRARIES}
${ISAL_LIBRARIES}
)