Integrated: 8321105: Enable UseCryptoPmullForCRC32 for Neoverse V2
Evgeny Astigeevich
eastigeevich at openjdk.org
Tue Dec 5 13:08:47 UTC 2023
On Mon, 4 Dec 2023 13:36:17 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
> UseCryptoPmullForCRC32 enables to use crypto pmull instructions in CRC32 implementation. It is set to true for Neoverse V1. As the performance of the instructions is the same on Neoverse V2, UseCryptoPmullForCRC32 should be set to true for V2.
This pull request has now been integrated.
Changeset: 5b02188f
Author: Evgeny Astigeevich <eastigeevich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5b02188f723e0de3faf2d8150b676a4383e1f618
Stats: 9 lines in 1 file changed: 6 ins; 0 del; 3 mod
8321105: Enable UseCryptoPmullForCRC32 for Neoverse V2
Reviewed-by: shade, ngasson
-------------
PR: https://git.openjdk.org/jdk/pull/16949
More information about the hotspot-dev
mailing list