Skip to content

Commit

Permalink
Share code
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Nov 24, 2023
1 parent 5cad30f commit dc62193
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 775 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/cpu/riscv/globals_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ define_pd_global(intx, InlineSmallCode, 1000);
product(bool, UseZihintpause, false, EXPERIMENTAL, \
"Use Zihintpause instructions") \
product(bool, UseZvkb, false, EXPERIMENTAL, "Use Zvkb instructions") \
product(bool, UseZvknha, false, EXPERIMENTAL, "Use Zvknha instructions") \
product(bool, UseZvknhb, false, EXPERIMENTAL, "Use Zvknhb instructions") \
product(bool, UseZvkn, false, EXPERIMENTAL, \
"Use Zvkn group extension, Zvkned, Zvknhb, Zvkb, Zvkt") \
product(bool, UseRVVForBigIntegerShiftIntrinsics, true, \
"Use RVV instructions for left/right shift of BigInteger")

Expand Down
Loading

0 comments on commit dc62193

Please sign in to comment.