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

Suchismith Roy sroy at openjdk.org
Thu Jan 9 08:25:13 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 incrementally with two additional commits since the last revision:

 -  assertion for blocks
 -  assertion for blocks

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20235/files
  - new: https://git.openjdk.org/jdk/pull/20235/files/cd121d07..89e7be9e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20235&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20235&range=03-04

  Stats: 4943 lines in 1 file changed: 0 ins; 4943 del; 0 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