Crypto pmull instructions out-perform crc32/crc32c instructions for crc32/crc32c intrinsics on Ampere CPU. The intrinsics from JDK-8302113 and JDK-8302783 use pmull for the lengths higher than 383, while there are still benefits for the lengths from 256 to 383. The original intrinsics seem able to handle 256 as well. So this issue is to enable crypto pmull for crc32/crc32c when the length >= 256.
- relates to
-
JDK-8302113 Improve CRC32 intrinsic with crypto pmull on AArch64
-
- Resolved
-
-
JDK-8302783 Improve CRC32C intrinsic with crypto pmull on AArch64
-
- Resolved
-