Re: RFR: JDK-8314901: AES-GCM interleaved implementation using AVX2 instructions [v3]

2023-10-06 Thread Daniel Jeliński
On Thu, 5 Oct 2023 05:13:19 GMT, Smita Kamath wrote: >> Hi All, >> I would like to submit AES-GCM optimization for x86_64 architectures using >> AVX2 instructions. This optimization interleaves AES and GHASH operations. >> >> Below are the performance numbers on my desktop system with -XX:UseA

Re: RFR: JDK-8314901: AES-GCM interleaved implementation using AVX2 instructions [v3]

2023-10-05 Thread Daniel Jeliński
On Thu, 5 Oct 2023 05:13:19 GMT, Smita Kamath wrote: >> Hi All, >> I would like to submit AES-GCM optimization for x86_64 architectures using >> AVX2 instructions. This optimization interleaves AES and GHASH operations. >> >> Below are the performance numbers on my desktop system with -XX:UseA

Re: RFR: JDK-8314901: AES-GCM interleaved implementation using AVX2 instructions [v3]

2023-10-04 Thread Smita Kamath
> Hi All, > I would like to submit AES-GCM optimization for x86_64 architectures using > AVX2 instructions. This optimization interleaves AES and GHASH operations. > > Below are the performance numbers on my desktop system with -XX:UseAVX=2 > option: > > |Benchmark | Data Size | Base version (