Build: Add support for ARM64 CRC32 instruction detection.
commitc5f6d79cc9515a7f22d7ea4860c6cc394b295732
authorJia Tan <jiat0218@gmail.com>
Sun, 21 Jan 2024 16:36:47 +0000 (22 00:36 +0800)
committerJia Tan <jiat0218@gmail.com>
Thu, 1 Feb 2024 12:09:09 +0000 (1 20:09 +0800)
tree71e9a092712aeaa3e172cabb56a13362abfbf075
parent849d0f282a6a890c5cf5a0e0f02980b12d9ebb0f
Build: Add support for ARM64 CRC32 instruction detection.

This adds --enable-arm64-crc32/--disable-arm64-crc32 (enabled by
default) for using the ARM64 CRC32 instruction. This can be disabled if
one knows the binary will never need to run on an ARM64 machine
with this instruction extension.
configure.ac