RFR: JDK-8216437 : PPC64: Add intrinsic for GHASH algorithm [v14]

Suchismith Roy sroy at openjdk.org
Mon Jan 27 08:34:29 UTC 2025


> JBS Issue : [JDK-8216437](https://bugs.openjdk.org/browse/JDK-8216437)
> 
> Currently acceleration code for GHASH is missing for PPC64. 
> 
> The current implementation utlilises SIMD instructions on Power and uses Karatsuba multiplication for obtaining the final result.

Suchismith Roy has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 42 commits:

 - Merge branch 'openjdk:master' into ghash_processblocks
 - Merge branch 'openjdk:master' into ghash_processblocks
 - indentation
 - comments
 - vsx logic change
 - spaces
 - Merge branch 'master' into ghash_processblocks
 - spaces
 - update references
 - Comments and vsx check
 - ... and 32 more: https://git.openjdk.org/jdk/compare/175e58b2...3caf1d8c

-------------

Changes: https://git.openjdk.org/jdk/pull/20235/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20235&range=13
  Stats: 165 lines in 2 files changed: 160 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/20235.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20235/head:pull/20235

PR: https://git.openjdk.org/jdk/pull/20235


More information about the hotspot-dev mailing list