RFR: JDK-8216437 : PPC64: Add intrinsic for GHASH algorithm
    Suchismith Roy 
    sroy at openjdk.org
       
    Wed Dec 18 16:08:22 UTC 2024
    
    
  
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.
-------------
Commit messages:
 - Copyrights update
 -  spaces fix
 -  spaces fix
 - comments
 - comments
 - using power 8 loadinstructions
 - using power 8 loadinstructions
 - change load instructions
 - comments
 - Merge branch 'openjdk:master' into ghash_processblocks
 - ... and 15 more: https://git.openjdk.org/jdk/compare/7d3a4049...9dea4fc0
Changes: https://git.openjdk.org/jdk/pull/20235/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20235&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8216437
  Stats: 137 lines in 2 files changed: 132 ins; 1 del; 4 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