RFR: JDK-8216437 : PPC64: Add intrinsic for GHASH algorithm [v23]
Suchismith Roy
sroy at openjdk.org
Mon Feb 17 14:05:12 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 one additional commit since the last revision:
Single load inside loop
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20235/files
- new: https://git.openjdk.org/jdk/pull/20235/files/a7d9a960..5b94a7a4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20235&range=22
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20235&range=21-22
Stats: 260 lines in 1 file changed: 108 ins; 99 del; 53 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