RFR: 8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions [v7]

Srinivas Vamsi Parasa duke at openjdk.org
Fri Feb 23 02:50:04 UTC 2024


> The goal of this PR is to accelerate the Poly1305 algorithm using AVX2 instructions (including IFMA) for x86_64 CPUs.
> 
> This implementation is directly based on the AVX2 Poly1305 hash computation as implemented in Intel(R) Multi-Buffer Crypto for IPsec Library (url: https://github.com/intel/intel-ipsec-mb/blob/main/lib/avx2_t3/poly_fma_avx2.asm)

Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:

  fix use_vl to true for vpmadd52* instrs

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17881/files
  - new: https://git.openjdk.org/jdk/pull/17881/files/d16a3b0b..dddeb6fb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17881&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17881&range=05-06

  Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/17881.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17881/head:pull/17881

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


More information about the hotspot-compiler-dev mailing list