On Tue, 11 Jun 2024 17:30:37 GMT, Ferenc Rakoczi <d...@openjdk.org> wrote:

>> Thank you for explanation.
>> 
>> An other question. Is any other use of `longBuf` array after 
>> `implCompress0()` call which load values from it? Because Intrinsic code 
>> will not update it.
>
> There is no other use.. That array is there for the sole purpose of  holding 
> the input as a long array before it gets xor-ed into the state.

okay

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19632#discussion_r1635262207

Reply via email to