RFR: 8314125: RISC-V: implement Base64 intrinsic - encoding [v2]

Hamlin Li mli at openjdk.org
Tue Jul 2 14:11:20 UTC 2024


On Tue, 2 Jul 2024 13:54:43 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

>> I think that block is for vector vesion only. Or maybe I misunderstood you?
>
> That `ProcessScalar` Label is only ever jumped to if we're in the `UseRVV` block, so please move that `__ BIND(ProcessScalar)` to L5256, inside the `if (UseRVV) { ... }` block.

I see, You're right!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19973#discussion_r1662607335


More information about the hotspot-dev mailing list