RFR: 8320646: RISC-V: C2 VectorCastHF2F [v2]

Hamlin Li mli at openjdk.org
Wed Feb 28 14:22:56 UTC 2024


On Tue, 27 Feb 2024 14:47:42 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add some comments
>
> src/hotspot/cpu/riscv/globals_riscv.hpp line 117:
> 
>> 115:   product(bool, UseZihintpause, false, EXPERIMENTAL,                             \
>> 116:           "Use Zihintpause instructions")                                        \
>> 117:   product(bool, UseZvfh, false, "Use Zvfh instructions")                         \
> 
> If adding this flag, please mark as experimental as there is currently no hardware we can test that on (other than QEMU).

done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17698#discussion_r1506040006


More information about the hotspot-dev mailing list