Description
ARM8 has optional CRC32 instructions, in ARMv8.1-A they become mandatory. We should implement support for this like other hardware CRC32 implementations. This will need to be under a runtime check via getauxval and HWCAP_CRC32.
ARM8 has optional CRC32 instructions, in ARMv8.1-A they become mandatory. We should implement support for this like other hardware CRC32 implementations. This will need to be under a runtime check via getauxval and HWCAP_CRC32.