RFR: 8288047: Accelerate Poly1305 on x86_64 using AVX512 instructions [v5]

vpaprotsk duke at openjdk.org
Fri Oct 28 21:06:21 UTC 2022


On Thu, 27 Oct 2022 09:29:52 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> vpaprotsk has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   extra whitespace character
>
> src/hotspot/cpu/x86/stubGenerator_x86_64.cpp line 2040:
> 
>> 2038: 
>> 2039: address StubGenerator::generate_poly1305_processBlocks() {
>> 2040:   __ align64();
> 
> This can be replaced by  __ align(CodeEntryAlignment);

done

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

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



More information about the security-dev mailing list