RFR: 8324124: RISC-V: implement _vectorizedMismatch intrinsic

Yuri Gaevsky duke at openjdk.org
Wed May 1 15:01:54 UTC 2024


On Tue, 23 Apr 2024 09:48:29 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi, Do you have plan to implement instrinsic `VectorCmpMasked`? It's part of `vectorizedMismatch`

Hi @Hamlin-Li,

I don't have such plan for the moment. Why do you think it should be a part of `_vectorizedMismatch` intrinsic? The similar [fix](https://github.com/openjdk/jdk/commit/b05c40ca3b5fd34cbbc7a9479b108a4ff2c099f1?diff=split&w=0) for X64 ([JDK-8266951](https://bugs.openjdk.org/browse/JDK-8266951)) looks like natural enhancement/followup for the original intrinsic functionality.

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

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


More information about the hotspot-dev mailing list