]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cksum: port to Apple LLVM version 10.0.0
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 May 2025 15:30:13 +0000 (08:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 May 2025 16:06:34 +0000 (09:06 -0700)
commit4eb2ff1c8984403e7f7def1cf22eab0b0e3c3dad
tree61e478b2a6020be207ac2aa35794efce25dc4fad
parent21a662b1ee23bbcb2c7eb48a8e3abe745187d19a
cksum: port to Apple LLVM version 10.0.0

This compiler lacks support for the x86-64 VPCLMULQDQ instruction;
compiles fail with "error: invalid cpu feature string for builtin".
Problem reported by Peter Dyballa, and fix suggested by
Pádraig Brady <https://bugs.gnu.org/78562#8>.
* configure.ac (USE_AVX512_CRC32):
Also check that __builtin_cpu_supports ("vpclmulqdq") compiles.
NEWS
configure.ac