RFR: 8324124: RISC-V: implement _vectorizedMismatch intrinsic [v5]

Yuri Gaevsky duke at openjdk.org
Tue Aug 12 16:40:15 UTC 2025


On Tue, 12 Aug 2025 05:58:16 GMT, Yuri Gaevsky <duke at openjdk.org> wrote:

>> Hello All,
>> 
>> Please review these changes to enable the __vectorizedMismatch_ intrinsic on RISC-V platform with RVV instructions supported.
>> 
>> Thank you,
>> -Yuri Gaevsky
>> 
>> **Correctness checks:**
>>   hotspot/jtreg/compiler/{intrinsic/c1/c2}/ under QEMU-8.1 with RVV v1.0.0 and -XX:TieredStopAtLevel=1/2/3/4.
>
> Yuri Gaevsky has updated the pull request incrementally with one additional commit since the last revision:
> 
>   - moved vector register declarations into vectorized_mismatch() body.
>   - added initial support for ArrayOperationPartialInlineSize.

In general the numbers seem better with LMUL=m2, so let's use it instead of m8.

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

PR Comment: https://git.openjdk.org/jdk/pull/17750#issuecomment-3180162597


More information about the hotspot-dev mailing list