]> Savannah Git Hosting - gnulib.git/commit
crc-x86_64: Fix compilation error with clang in a simpler way.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2024 00:09:17 +0000 (01:09 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2024 00:09:17 +0000 (01:09 +0100)
commitdc8428747220f9b08128a09d33ef1f241b12ae2a
tree4e69d252dce1630464de95d788b330a5013578b6
parentd35085480fc31ed92b20bea4abe8a0216be64363
crc-x86_64: Fix compilation error with clang in a simpler way.

Suggested by Collin Funk.

* modules/crc-x86_64 (Makefile.am): Revert last change.
* lib/crc-x86_64-pclmul.c: Normalize includes.
(crc32_update_no_xor_pclmul): Use __attribute__ ((__target (...))).
* m4/crc-x86_64.m4 (gl_CRC_X86_64_PCLMUL): Use
__attribute__ ((__target (...))) here as well. Don't use modified
CFLAGS.
ChangeLog
lib/crc-x86_64-pclmul.c
m4/crc-x86_64.m4
modules/crc-x86_64