]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Add ARM64 CRC32 instruction support detection on OpenBSD
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 7 Jun 2024 12:06:59 +0000 (15:06 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 7 Jun 2024 12:06:59 +0000 (15:06 +0300)
commitdc03f6290f5b9bd3d50c7e12e58dee870889d599
treea486a8efeed6509184582919a6394fa9ac7cf465
parentf5c2ae58ec68c665e62c790b842657afcb31474c
liblzma: Add ARM64 CRC32 instruction support detection on OpenBSD

The C code is from Christian Weisgerber, I merely reordered the OSes.
Then I added the build system checks without testing them.

Also thanks to Brad Smith who submitted a similar patch on GitHub
a few hours after Christian had sent his via email.

Co-authored-by: Christian Weisgerber <naddy@mips.inka.de>
Closes: https://github.com/tukaani-project/xz/pull/125
CMakeLists.txt
configure.ac
src/liblzma/check/crc32_arm64.h
src/liblzma/check/crc_common.h