RFR: 8343555: RISC-V: make UseZvfh diagnostic option

Hamlin Li mli at openjdk.org
Wed Nov 6 09:18:32 UTC 2024


On Mon, 4 Nov 2024 18:33:00 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this simple patch?
> Previously this UseZvfh was changed from experimental to product because we have real hardware to verify the feature, but as pointed out by @RealFYang , this one should ber a diagnostic option, as we don't want to expose too many options to users.
> Thanks

Hey, so what's the conclusion for now?

I'm fine with @RealFYang 's proposal above, how do you think? @robehn 

  product(bool, UseRVC, false, "Use RVC instructions")                           \
  product(bool, UseRVV, false, "Use RVV instructions")                           \
  product(bool, UseZba, false, "Use Zba instructions")                           \
  product(bool, UseZbb, false, "Use Zbb instructions")                           \
  product(bool, UseZbs, false, "Use Zbs instructions")                           \
  product(bool, UseZfh, false, "Use Zfh instructions")

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

PR Comment: https://git.openjdk.org/jdk/pull/21885#issuecomment-2459086263


More information about the hotspot-compiler-dev mailing list