RFR: 8339738: RISC-V: Vectorize crc32 intrinsic [v5]

Hamlin Li mli at openjdk.org
Wed Sep 11 08:59:23 UTC 2024


On Wed, 11 Sep 2024 08:25:23 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   typo
>
> src/hotspot/cpu/riscv/macroAssembler_riscv.cpp line 1645:
> 
>> 1643:     andi(tmp2, tmp2, right_8_bits);
>> 1644:     update_byte_crc32(crc, tmp2, table0);
>> 1645:     j(L_exit);
> 
> And this one will simply jump to next when UseRVV is false.

Nice catch, fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20910#discussion_r1753678886


More information about the hotspot-dev mailing list