RFR: 8339910: RISC-V: crc32 intrinsic with carry-less multiplication [v3]
Hamlin Li
mli at openjdk.org
Wed Dec 4 19:00:56 UTC 2024
On Wed, 4 Dec 2024 17:18:56 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:
>> If we do it as you suggested, we could either add new api in shared class `StubRoutines` or we add and use something like StubRoutines::riscv::vclmul_crc_table() directly, but seems either ways are not good enough, and I see other platforms are using the similar pattern as the current patch.
>> So maybe we should keep it as it is now?
>
> Sounds good, let's keep it as-is since other platforms do it this way.
Thank you!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22475#discussion_r1870118223
More information about the hotspot-dev
mailing list