mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 10:23:28 +00:00
8332533: RISC-V: Enable vector variable shift instructions for machines with RVV
Reviewed-by: fyang, mli
This commit is contained in:
parent
5f804b2ec1
commit
67f03f2a4f
@ -128,8 +128,8 @@
|
||||
static const bool int_in_long = true;
|
||||
|
||||
// Does the CPU supports vector variable shift instructions?
|
||||
static constexpr bool supports_vector_variable_shifts(void) {
|
||||
return false;
|
||||
static bool supports_vector_variable_shifts(void) {
|
||||
return UseRVV;
|
||||
}
|
||||
|
||||
// Does target support predicated operation emulation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user