RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v3]

Yuri Gaevsky duke at openjdk.org
Fri Apr 25 07:42:15 UTC 2025


On Thu, 24 Apr 2025 14:27:50 GMT, Yuri Gaevsky <duke at openjdk.org> wrote:

>> The patch adds possibility to use RVV instructions for faster vectorizedHashCode calculations on RVV v1.0.0 capable hardware.
>> 
>> Testing: hotspot/jtreg/compiler/ under QEMU-8.1 with RVV v1.0.0.
>
> Yuri Gaevsky has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
> 
>  - Merge master
>  - num_8b_elems_in_vec --> nof_vec_elems
>  - Removed checks for (MaxVectorSize >= 16) per @RealFYang suggestion.
>  - 8322174: RISC-V: C2 VectorizedHashCode RVV Version

.

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

PR Comment: https://git.openjdk.org/jdk/pull/17413#issuecomment-2829618098


More information about the hotspot-compiler-dev mailing list