RFR: JDK-8216437 : PPC64: Add intrinsic for GHASH algorithm [v29]
Martin Doerr
mdoerr at openjdk.org
Mon Apr 7 21:43:18 UTC 2025
On Wed, 19 Mar 2025 08:26:55 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
>> 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 three additional commits since the last revision:
>
> - comments
> - comments
> - comments
It looks correct to me. Another reviewer may find more improvement proposals.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20235#pullrequestreview-2748174110
More information about the hotspot-dev
mailing list