Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/hotspot/cpu/aarch64/vm_version_aarch64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ class VM_Version : public Abstract_VM_Version {
// Read additional info using OS-specific interfaces
static void get_os_cpu_info();

// Sets the SVE length and returns a new actual value or negative on error.
// If the len is larger than the system largest supported SVE vector length,
// the function sets the largest supported value.
// Set the SVE vector length to len. If the vector length cannot be
// changed to len, set the length to the largest possible value.
// Return the length that will be used, or -ve if an error occurred.
static int set_and_get_current_sve_vector_length(int len);
static int get_current_sve_vector_length();

Expand Down