The maximum SVE vector length "VLmax" is determined by the hardware: 16 <= VLmax <= 256.
The value of VL can be configured at runtime: 16 <= VL <= VLmax, where VL must be a multiple of 16.
Once we find CPU's VLMax is 16 bytes only, the verification "verify_sve_vector_length()" after native calls is not required - in other words, VL cannot be set to a value other than 16.
The value of VL can be configured at runtime: 16 <= VL <= VLmax, where VL must be a multiple of 16.
Once we find CPU's VLMax is 16 bytes only, the verification "verify_sve_vector_length()" after native calls is not required - in other words, VL cannot be set to a value other than 16.
- links to
-
Commit(master) openjdk/jdk/0e6bb514
-
Review(master) openjdk/jdk/20724