jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8302113: Improve CRC32 intrinsic with crypto pmull on AArch64

Open pengxiaolong opened this issue 8 months ago • 3 comments

Backport JDK-8302113


Progress

  • [x] Change must not contain extraneous whitespace
  • [ ] JDK-8302113 needs maintainer approval
  • [x] Commit message must refer to an issue

Issue

  • JDK-8302113: Improve CRC32 intrinsic with crypto pmull on AArch64 (Enhancement - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2580/head:pull/2580
$ git checkout pull/2580

Update a local copy of the PR:
$ git checkout pull/2580
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2580/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2580

View PR using the GUI difftool:
$ git pr show -t 2580

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2580.diff

pengxiaolong avatar Jun 14 '24 01:06 pengxiaolong