Skip to content

Commit

Permalink
8332533: RISC-V: Enable Matcher::supports_vector_variable_shifts with…
Browse files Browse the repository at this point in the history
… UseRVV
  • Loading branch information
zifeihan committed May 20, 2024
1 parent d6b7f9b commit 546c255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/matcher_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

// Does the CPU supports vector variable shift instructions?
static constexpr bool supports_vector_variable_shifts(void) {
return false;
return UseRVV;
}

// Does target support predicated operation emulation.
Expand Down

0 comments on commit 546c255

Please sign in to comment.