RFR: 8339910: RISC-V: crc32 intrinsic with carry-less multiplication [v3]
Ludovic Henry
luhenry at openjdk.org
Wed Dec 4 17:21:40 UTC 2024
On Tue, 3 Dec 2024 13:48:49 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Make sense to me, I'll fix it later.
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22475#discussion_r1869977352
More information about the hotspot-dev
mailing list