Branch
Hash :
4aa11814
Author :
Date :
2025-09-12T18:01:08
crc-x86_64: honor GLIBC_TUNABLES to disable acceleration * modules/crc-x86_64: Depend on cpu-supports. * lib/crc.c: Call the cpu_supports() wrapper that honors glibc hwcaps.
Description:
CRC32 implementation using x86_64 specific optimizations
Files:
lib/crc-x86_64.h
lib/crc-x86_64-pclmul.c
m4/crc-x86_64.m4
Depends-on:
cpu-supports
stdint-h
crc
configure.ac:
AC_REQUIRE([gl_CRC_X86_64_PCLMUL])
Makefile.am:
if GL_CRC_X86_64_PCLMUL
lib_SOURCES += crc-x86_64-pclmul.c
endif
Include:
"crc-x86_64.h"
License:
LGPL
Maintainer:
All