mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
0928596a8b
ARMv8 (AArch64) CPUs implement the CRC32 extension which is implemented by inline assembly , so they can also benefit from hardware acceleration in IO-intensive workloads. The patch optimizes crc32c calculate with the armv8 crypto instruction(Intrinsics) when available rather than original linear crc instructions. Change-Id: I05d36a64c726d910c47befad93390108f4e6567f Signed-off-by: Yuqi Gu <yuqi.gu@arm.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
crc32_armv8.c |