RFR: 8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions [v9]
Sandhya Viswanathan
sviswanathan at openjdk.org
Mon Feb 26 21:28:44 UTC 2024
On Fri, 23 Feb 2024 22:11:15 GMT, Srinivas Vamsi Parasa <duke at openjdk.org> wrote:
>> 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)
>>
>> This PR shows upto 19x speedup on buffer sizes of 1MB.
>
> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>
> add cpuinfo test for avx_ifma
Thanks, the PR looks good to me now.
-------------
Marked as reviewed by sviswanathan (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17881#pullrequestreview-1902054936
More information about the hotspot-compiler-dev
mailing list