RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v11]
Smita Kamath
svkamath at openjdk.java.net
Thu Aug 19 20:42:51 UTC 2021
> I would like to submit AES-GCM optimization for x86_64 architectures supporting AVX3+VAES (Evex encoded AES). This optimization interleaves AES and GHASH operations.
> Performance gain of ~1.5x - 2x for message sizes 8k and above.
Smita Kamath has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 17 commits:
- Merge branch 'master' of https://git.openjdk.java.net/jdk into aes-gcm
- Moved declaration in vmStructs.cpp to other AESCrypt declarations
- comment update
- rewiew update
- Merge branch 'aes-gcm' of github.com:smita-kamath/jdk into aes-gcm
- changed file property of GaloisCounterMode.java
- Merge branch 'master' of https://git.openjdk.java.net/jdk into aes-gcm
- Updates, comment and variable cleanup
- merge rest
- merge
- ... and 7 more: https://git.openjdk.java.net/jdk/compare/f4be211a...94e46aae
-------------
Changes: https://git.openjdk.java.net/jdk/pull/4019/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4019&range=10
Stats: 1430 lines in 21 files changed: 1186 ins; 118 del; 126 mod
Patch: https://git.openjdk.java.net/jdk/pull/4019.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4019/head:pull/4019
PR: https://git.openjdk.java.net/jdk/pull/4019
More information about the hotspot-compiler-dev
mailing list